Skip to content

Commit 959e629

Browse files
authored
Update userChrome.css - compact sidebar transparency light theme fix
1 parent ea205d1 commit 959e629

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

userChrome.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,9 @@ tab[pending="true"]:hover {
799799
#titlebar::before{
800800
width: 18 !important;
801801
z-index: 0 !important;
802-
background-color: #222a !important;
803-
/* backdrop-filter: blur(20px) !important; */
802+
803+
box-shadow: light-dark(#fff3, #0003) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
804+
background-color: light-dark(#fff8, #0005) !important;
804805
}
805806

806807
#tabbrowser-tabbox{

0 commit comments

Comments
 (0)