fix theming issue

This commit is contained in:
bmFtZQ 2021-03-29 23:11:30 +08:00 committed by GitHub
parent 9f0da2892b
commit a650d267dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }