Update chrome.css - transparent sidebar (bookmarks, history and sync)

This commit is contained in:
Sameera Sandakelum 2025-06-14 20:58:26 +05:30 committed by GitHub
parent 36cf506852
commit 67adfae12d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -382,3 +382,9 @@ tabpanels .browserStack browser {
outline: none !important;
box-shadow: none !important;
}
/* Sidebar background transparency */
#sidebar-box {
background-color: transparent !important;
box-shadow: none !important;
}