Update toolbox.css
This commit is contained in:
parent
a643d3520f
commit
ad6553534d
1 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||
|
||||
#nav-bar, #PersonalToolbar, #toolbar-menubar {
|
||||
#nav-bar, #PersonalToolbar, #toolbar-menubar, #titlebar {
|
||||
color: var(--gnome-toolbar-color);
|
||||
background: var(--gnome-toolbar-background) !important;
|
||||
border: none !important;
|
||||
|
@ -26,7 +26,8 @@ findbar {
|
|||
#nav-bar:-moz-window-inactive,
|
||||
#PersonalToolbar:-moz-window-inactive,
|
||||
#toolbar-menubar:-moz-window-inactive,
|
||||
findbar:-moz-window-inactive {
|
||||
findbar:-moz-window-inactive,
|
||||
#titlebar:-moz-window-inactive {
|
||||
background: var(--gnome-inactive-toolbar-background) !important;
|
||||
}
|
||||
|
||||
|
@ -43,7 +44,7 @@ findbar:-moz-window-inactive {
|
|||
|
||||
#titlebar {
|
||||
min-height: 0 !important
|
||||
max-height: 48px !important;
|
||||
max-height: 42px !important;
|
||||
}
|
||||
|
||||
#TabsToolbar {
|
||||
|
@ -51,7 +52,7 @@ findbar:-moz-window-inactive {
|
|||
padding: 0 !important;
|
||||
margin-bottom: 6px !important;
|
||||
background: none !important;
|
||||
max-height: 48px !important;
|
||||
max-height: 42px !important;
|
||||
}
|
||||
|
||||
#nav-bar {
|
||||
|
|
Loading…
Reference in a new issue