fix inactive window colours
This commit is contained in:
parent
7b9b842fd2
commit
44166999bb
1 changed files with 2 additions and 2 deletions
|
@ -128,14 +128,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inactive Window Light Mode */
|
/* Inactive Window Light Mode */
|
||||||
:-moz-any(:root:not([style]), :root:not([lwtheme]), :root[style*="--lwt-accent-color:rgb(227, 228, 230); --lwt-text-color:rgba(24, 25, 26);"]):-moz-window-inactive :-moz-any(#TabsToolbar, #navigator-toolbox) {
|
:-moz-any(:root:not([style]), :root:not([lwtheme]), :root[style*="--lwt-accent-color:rgb(227, 228, 230); --lwt-text-color:rgba(24, 25, 26);"]):-moz-window-inactive {
|
||||||
--lwt-accent-color: #e8e8e8 !important;
|
--lwt-accent-color: #e8e8e8 !important;
|
||||||
--lwt-text-color: #3a3a3a !important;
|
--lwt-text-color: #3a3a3a !important;
|
||||||
--toolbar-color: #3a3a3a !important;
|
--toolbar-color: #3a3a3a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inactive Window Dark Mode */
|
/* Inactive Window Dark Mode */
|
||||||
:-moz-any(:root[style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"]):-moz-window-inactive :-moz-any(#TabsToolbar, #navigator-toolbox) {
|
:root[style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"]:-moz-window-inactive {
|
||||||
--lwt-accent-color: #2e2e2e !important;
|
--lwt-accent-color: #2e2e2e !important;
|
||||||
--lwt-text-color: #b7b7b7 !important;
|
--lwt-text-color: #b7b7b7 !important;
|
||||||
--toolbar-color: #cecece !important;
|
--toolbar-color: #cecece !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue