fix theming issue
This commit is contained in:
parent
9f0da2892b
commit
a650d267dc
1 changed files with 5 additions and 5 deletions
|
@ -6,12 +6,12 @@
|
||||||
background-color: var(--lwt-accent-color) !important;
|
background-color: var(--lwt-accent-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox {
|
:root[lwtheme-image] #navigator-toolbox {
|
||||||
background-image: var(--lwt-additional-images) !important;
|
background-image: var(--lwt-header-image), var(--lwt-additional-images) !important;
|
||||||
background-position: var(--lwt-background-alignment) !important;
|
background-repeat: no-repeat, var(--lwt-background-tiling) !important;
|
||||||
background-repeat: var(--lwt-background-tiling) !important;
|
background-position: right top, var(--lwt-background-alignment) !important;
|
||||||
background-color: var(--lwt-accent-color) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:root:not([style*="--lwt-accent-color:rgb(227, 228, 230); --lwt-text-color:rgba(24, 25, 26);"], [style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"])[lwtheme] #navigator-toolbox:-moz-window-inactive {
|
:root:not([style*="--lwt-accent-color:rgb(227, 228, 230); --lwt-text-color:rgba(24, 25, 26);"], [style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"])[lwtheme] #navigator-toolbox:-moz-window-inactive {
|
||||||
opacity: 0.9 !important;
|
opacity: 0.9 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue