update
This commit is contained in:
parent
1a726c9dd9
commit
9d533c6025
1 changed files with 4 additions and 1 deletions
|
@ -19,9 +19,12 @@
|
|||
background-image: none !important;
|
||||
}
|
||||
|
||||
.tab-background {
|
||||
transition: background 200ms !important;
|
||||
}
|
||||
|
||||
.tab-background:not([selected=true]) {
|
||||
background: var(--gnome-tabbar-tab-background) !important;
|
||||
|
||||
}
|
||||
|
||||
.tab-background:not([selected=true]):-moz-window-inactive {
|
||||
|
|
Loading…
Reference in a new issue