From 67adfae12d98917e9b25df6b40626e1513a99c54 Mon Sep 17 00:00:00 2001 From: Sameera Sandakelum Date: Sat, 14 Jun 2025 20:58:26 +0530 Subject: [PATCH] Update chrome.css - transparent sidebar (bookmarks, history and sync) --- themes/642854b5-88b4-4c40-b256-e035532109df/chrome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/642854b5-88b4-4c40-b256-e035532109df/chrome.css b/themes/642854b5-88b4-4c40-b256-e035532109df/chrome.css index cd3fbd2c..90ca64d3 100644 --- a/themes/642854b5-88b4-4c40-b256-e035532109df/chrome.css +++ b/themes/642854b5-88b4-4c40-b256-e035532109df/chrome.css @@ -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; +}