mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Update chrome.css - transparent sidebar (bookmarks, history and sync)
This commit is contained in:
parent
36cf506852
commit
67adfae12d
1 changed files with 6 additions and 0 deletions
|
@ -382,3 +382,9 @@ tabpanels .browserStack browser {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Sidebar background transparency */
|
||||||
|
#sidebar-box {
|
||||||
|
background-color: transparent !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue