mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
Update tabsbar.css
This commit is contained in:
parent
5d6eadca2b
commit
df799bd5b8
@ -412,24 +412,25 @@ tab[selected]:-moz-window-inactive {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* firefox-view-button */
|
/* firefox-view-button */
|
||||||
:root:not([privatebrowsingmode="temporary"]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs {
|
:root:not([privatebrowsingmode], [firefoxviewhidden]) :is(toolbarbutton, toolbarpaletteitem) + #tabbrowser-tabs,
|
||||||
border-inline-start: 1px solid var(--gnome-toolbar-border-color) !important;
|
:root[privatebrowsingmode]:not([firefoxviewhidden]) :is(
|
||||||
padding-inline-start: 0 !important;
|
toolbarbutton:not(#firefox-view-button),
|
||||||
margin-inline-start: 0 !important;
|
toolbarpaletteitem:not(#wrapper-firefox-view-button)
|
||||||
|
) + #tabbrowser-tabs {
|
||||||
|
border-inline-start: 1px solid var(--gnome-toolbar-border-color) !important;
|
||||||
|
padding-inline-start: calc(var(--tab-overflow-pinned-tabs-width)) !important;
|
||||||
|
margin-inline-start: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#firefox-view-button {
|
#TabsToolbar #firefox-view-button {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
|
padding: 0 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#firefox-view-button > .toolbarbutton-icon {
|
#firefox-view-button > .toolbarbutton-icon {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar #firefox-view-button {
|
|
||||||
padding: 0 4px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#TabsToolbar #firefox-view-button[open] {
|
#TabsToolbar #firefox-view-button[open] {
|
||||||
background-color: var(--gnome-tabbar-tab-active-background) !important;
|
background-color: var(--gnome-tabbar-tab-active-background) !important;
|
||||||
box-shadow: inset 0 -1px var(--gnome-toolbar-border-color) !important;
|
box-shadow: inset 0 -1px var(--gnome-toolbar-border-color) !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user