mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-02 19:36:13 +00:00
update
This commit is contained in:
parent
5a23953d32
commit
b0347cc134
@ -43,6 +43,8 @@
|
||||
.tab-background {
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
outline: none !important;
|
||||
transition: background-color 200ms !important;
|
||||
}
|
||||
|
||||
#TabsToolbar .tabbrowser-tab,
|
||||
@ -56,19 +58,13 @@
|
||||
color: var(--gnome-tabbar-tab-color) !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab .tab-background:not([selected=true]) {
|
||||
color: var(--gnome-tabbar-tab-active-color) !important;
|
||||
}
|
||||
|
||||
#TabsToolbar .tab-background {
|
||||
margin: 0 !important;
|
||||
transition: none;
|
||||
margin-block: 0 !important;
|
||||
}
|
||||
|
||||
.tab-background:hover,
|
||||
.tab-background:is([selected]) {
|
||||
transition: background 200ms;
|
||||
.tabbrowser-tab .tab-background:not([selected=true]) {
|
||||
color: var(--gnome-tabbar-tab-active-color) !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:not([selected=true]) .tab-background {
|
||||
|
@ -46,7 +46,8 @@
|
||||
|
||||
.tab-background {
|
||||
background: transparent !important;
|
||||
transition: background 200ms !important;
|
||||
transition: background-color 200ms !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
#TabsToolbar .tab-background {
|
||||
|
Loading…
x
Reference in New Issue
Block a user