fix more
This commit is contained in:
parent
e8475d56eb
commit
4ef1b6239f
1 changed files with 4 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ footer {
|
|||
.term-titlebar {
|
||||
div {
|
||||
#minimize-btn, #maximize-btn, #close-btn {
|
||||
transition: 0s background;
|
||||
transition: 0s background !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -835,12 +835,15 @@ footer {
|
|||
div {
|
||||
#minimize-btn {
|
||||
background: var(--yellow);
|
||||
transition: 0s background !important;
|
||||
}
|
||||
#maximize-btn {
|
||||
background: var(--green);
|
||||
transition: 0s background !important;
|
||||
}
|
||||
#close-btn {
|
||||
background: var(--red);
|
||||
transition: 0s background !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue