Update chrome.css - transparent sidebar toggle

This commit is contained in:
Sameera Sandakelum 2025-06-14 21:02:03 +05:30 committed by GitHub
parent 67adfae12d
commit ba43fd54bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -385,6 +385,8 @@ tabpanels .browserStack browser {
/* Sidebar background transparency */
#sidebar-box {
@media -moz-pref( "mod.sameerasw.zen_transparent_sidebar_enabled") {
background-color: transparent !important;
box-shadow: none !important;
}
}