clean up formatting
This commit is contained in:
parent
1df521b333
commit
be93cbb620
6 changed files with 337 additions and 331 deletions
|
@ -1,26 +1,22 @@
|
|||
/* (MACOS ONLY!) Enable window vibrancy behind tabs */
|
||||
|
||||
#navigator-toolbox:not(:-moz-window-inactive)
|
||||
{
|
||||
background-color: #0001 !important;
|
||||
}
|
||||
#main-window[lwthemetextcolor="bright"] #navigator-toolbox:not(:-moz-window-inactive)
|
||||
{
|
||||
background-color: #1114 !important;
|
||||
#navigator-toolbox:not(:-moz-window-inactive) {
|
||||
background-color: #0001 !important;
|
||||
}
|
||||
|
||||
#main-window
|
||||
{
|
||||
appearance: -moz-mac-vibrant-titlebar-light !important;
|
||||
#main-window[lwthemetextcolor="bright"] #navigator-toolbox:not(:-moz-window-inactive) {
|
||||
background-color: #1114 !important;
|
||||
}
|
||||
|
||||
#main-window[lwthemetextcolor="bright"]
|
||||
{
|
||||
appearance: -moz-mac-vibrant-titlebar-dark !important;
|
||||
#main-window {
|
||||
appearance: -moz-mac-vibrant-titlebar-light !important;
|
||||
}
|
||||
|
||||
:-moz-any(#main-window, #navigator-toolbox):-moz-any([inFullscreen="true"], :-moz-window-inactive)
|
||||
{
|
||||
appearance: none !important;
|
||||
background-color: var(--lwt-accent-color) !important;
|
||||
#main-window[lwthemetextcolor="bright"] {
|
||||
appearance: -moz-mac-vibrant-titlebar-dark !important;
|
||||
}
|
||||
|
||||
:-moz-any(#main-window, #navigator-toolbox):-moz-any([inFullscreen="true"], :-moz-window-inactive) {
|
||||
appearance: none !important;
|
||||
background-color: var(--lwt-accent-color) !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue