add variables for private browsing indicator color
This commit is contained in:
parent
fb188c89bf
commit
4c7ba743e5
1 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@
|
|||
|
||||
--tab-line-col: #0078d4 !important;
|
||||
--toolbar-field-focus-border-color: #0078d4a0 !important;
|
||||
--private-browinging-indicator: #0078d4 !important;
|
||||
--private-browsing-indicator: #0078d4 !important;
|
||||
}
|
||||
|
||||
/* don't bother with sidebar in light mode */
|
||||
|
@ -119,7 +119,7 @@
|
|||
|
||||
--tab-line-col: #4C98D1 !important;
|
||||
--toolbar-field-focus-border-color: #4c97d1a0 !important;
|
||||
--private-browinging-indicator: #006cbe !important;
|
||||
--private-browsing-indicator: #006cbe !important;
|
||||
}
|
||||
|
||||
:-moz-any(#sidebar-box, #sidebar)
|
||||
|
@ -255,4 +255,4 @@
|
|||
:root[style*="--lwt-accent-color:rgb(227, 228, 230); --lwt-text-color:rgba(24, 25, 26);"],
|
||||
:root[style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"]) #tabbrowser-tabs {
|
||||
--tab-line-color: var(--tab-line-col) !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue