Fix various items
- fix tab shadows - fix private browsing indicator / button colors - add button hover transitions - fix inactive window color in light mode - fix various light / dark settings
This commit is contained in:
parent
b0a634aad5
commit
8e94eb8a97
6 changed files with 71 additions and 31 deletions
|
@ -18,7 +18,7 @@
|
|||
outline-color: color-mix(in srgb, var(--toolbar-field-focus-border-color) 50%, transparent) !important;
|
||||
}
|
||||
|
||||
:root:not([lwthemetextcolor="bright"]) #urlbar-background {
|
||||
:root:not([lwtheme-brighttext="true"]) #urlbar-background {
|
||||
box-shadow: var(--uc-urlbar-shadow, none);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue