add private browsing indicator

This commit is contained in:
bmFtZQ 2021-12-03 08:20:27 +08:00
parent 23e0972901
commit 2b7c3991c6
3 changed files with 37 additions and 1 deletions

View file

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