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:
bmFtZQ 2022-06-10 19:52:14 +08:00
parent b0a634aad5
commit 8e94eb8a97
6 changed files with 71 additions and 31 deletions

View file

@ -22,7 +22,7 @@ and 11 so applied to both) */
/* darkmode icon that uses thicker strokes and easier to see (only needed at
1x scale) */
@media (max-resolution: 1dppx) {
:root[lwthemetextcolor="bright"] .titlebar-close,
:root[lwtheme-brighttext="true"] .titlebar-close,
.titlebar-close:hover {
list-style-image: url("win11-close-dark.svg") !important;
}