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

@ -91,8 +91,10 @@
.category[selected]::before {
content: "";
display: block;
border-left: 3px solid var(--in-content-accent-color);
height: 24px;
width: 3px;
background-color: var(--in-content-accent-color);
border-radius: 3px;
position: absolute;
left: 0;
top: 12px;