add private browsing indicator
This commit is contained in:
parent
23e0972901
commit
2b7c3991c6
3 changed files with 37 additions and 1 deletions
|
@ -124,3 +124,11 @@
|
|||
:root[lwt-default-theme-in-dark-mode="true"] #tabbrowser-tabpanels {
|
||||
background-color: var(--lwt-accent-color) !important;
|
||||
}
|
||||
|
||||
/* needed for theming the private browsing indicator */
|
||||
:root:not([style*="--button-primary-bgcolor"]) {
|
||||
--button-primary-bgcolor: unset !important;
|
||||
--button-primary-hover-bgcolor: unset !important;
|
||||
--button-primary-active-bgcolor: unset !important;
|
||||
--button-primary-color: unset !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue