add background to the toolbox if -lwtheme is not in use
Practically this means that if white variant of system theme is used then tabs toolbar background is set to very light gray
This commit is contained in:
parent
de04813ed2
commit
2519e685aa
1 changed files with 1 additions and 0 deletions
|
@ -58,3 +58,4 @@ linux_gtk_window_control_patch.css
|
|||
toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
|
||||
#navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }
|
||||
#TabsToolbar > .titlebar-buttonbox-container{ visibility: visible }
|
||||
#navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog }
|
||||
|
|
Loading…
Reference in a new issue