mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
Update toolbox.css
This commit is contained in:
parent
da7100ce71
commit
8fae04202a
@ -8,43 +8,23 @@
|
|||||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||||
|
|
||||||
/* Toolbox colors */
|
/* Toolbox colors */
|
||||||
#navigator-toolbox {
|
#navigator-toolbox, #PersonalToolbar, #toolbar-menubar, .notificationbox-stack {
|
||||||
border: 0 !important;
|
border: none !important;
|
||||||
background: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
toolbar .toolbarbutton-1 {
|
|
||||||
> .toolbarbutton-icon,
|
|
||||||
> .toolbarbutton-text,
|
|
||||||
> .toolbarbutton-badge-stack {
|
|
||||||
border-radius: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#nav-bar, #PersonalToolbar, #toolbar-menubar, .notificationbox-stack {
|
|
||||||
border: 0 !important;
|
|
||||||
color: var(--gnome-toolbar-color);
|
color: var(--gnome-toolbar-color);
|
||||||
background: var(--gnome-toolbar-background) !important;
|
background: var(--gnome-toolbar-background) !important;
|
||||||
border-bottom: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar {
|
#nav-bar {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background: var(--gnome-tabstoolbar-background) !important;
|
color: var(--gnome-toolbar-color);
|
||||||
border-bottom: 1px solid var(--gnome-toolbar-border-color) !important;
|
background: var(--gnome-headerbar-background) !important;
|
||||||
box-shadow: inset 0 1px var(--gnome-toolbar-border-color) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox {
|
#nav-bar:-moz-window-inactive {
|
||||||
background: var(--gnome-tabstoolbar-background) !important;
|
background: var(--gnome-inactive-toolbar-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container.infobar {
|
#navigator-toolbox:-moz-window-inactive, .notificationbox-stack:-moz-window-inactive,
|
||||||
background: var(--gnome-browser-before-load-background) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#navigator-toolbox:-moz-window-inactive,
|
|
||||||
#nav-bar:-moz-window-inactive, .notificationbox-stack:-moz-window-inactive,
|
|
||||||
#PersonalToolbar:-moz-window-inactive, #toolbar-menubar:-moz-window-inactive,
|
#PersonalToolbar:-moz-window-inactive, #toolbar-menubar:-moz-window-inactive,
|
||||||
#TabsToolbar:-moz-window-inactive, findbar:-moz-window-inactive {
|
#TabsToolbar:-moz-window-inactive, findbar:-moz-window-inactive {
|
||||||
background: var(--gnome-inactive-toolbar-background) !important;
|
background: var(--gnome-inactive-toolbar-background) !important;
|
||||||
@ -58,6 +38,17 @@ findbar:-moz-window-inactive label,
|
|||||||
opacity: 0.7 !important;
|
opacity: 0.7 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#TabsToolbar {
|
||||||
|
border: none !important;
|
||||||
|
background: var(--gnome-tabstoolbar-background) !important;
|
||||||
|
border-bottom: 1px solid var(--gnome-toolbar-border-color) !important;
|
||||||
|
box-shadow: inset 0 1px var(--gnome-toolbar-border-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container.infobar {
|
||||||
|
background: var(--gnome-browser-before-load-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.tab-icon-overlay {
|
.tab-icon-overlay {
|
||||||
:is(:root[uidensity="compact"], #tabbrowser-tabs[secondarytext-unsupported], :root:not([uidensity="compact"]) #tabbrowser-tabs:not([secondarytext-unsupported]) .tabbrowser-tab:hover) .tab-icon-stack[indicator-replaces-favicon] > :not(&), :root:not([uidensity="compact"]) #tabbrowser-tabs:not([secondarytext-unsupported]) .tabbrowser-tab:not(:hover) &[indicator-replaces-favicon] {
|
:is(:root[uidensity="compact"], #tabbrowser-tabs[secondarytext-unsupported], :root:not([uidensity="compact"]) #tabbrowser-tabs:not([secondarytext-unsupported]) .tabbrowser-tab:hover) .tab-icon-stack[indicator-replaces-favicon] > :not(&), :root:not([uidensity="compact"]) #tabbrowser-tabs:not([secondarytext-unsupported]) .tabbrowser-tab:not(:hover) &[indicator-replaces-favicon] {
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
@ -134,6 +125,14 @@ findbar:-moz-window-inactive label,
|
|||||||
border-radius: 0 0 12px 12px !important;
|
border-radius: 0 0 12px 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Buttons */
|
||||||
|
toolbar .toolbarbutton-1 {
|
||||||
|
> .toolbarbutton-icon,
|
||||||
|
> .toolbarbutton-text,
|
||||||
|
> .toolbarbutton-badge-stack {
|
||||||
|
border-radius: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
/* bookmark-item */
|
/* bookmark-item */
|
||||||
toolbarbutton.bookmark-item {
|
toolbarbutton.bookmark-item {
|
||||||
padding: 3px 6px !important;
|
padding: 3px 6px !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user