theme-store/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/chrome.css
Mohan Elias c5c6e9f343
Update Theme: Drop Shadow (#607)
* Update Theme: Drop Shadow

* Update `updated at` field for `abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5 `

* Update Theme: Drop Shadow

* Update theme.json

* Update `updated at` field for `abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5 `

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: mr. m  🤙 <91018726+mauro-balades@users.noreply.github.com>
2024-10-19 11:44:09 -07:00

8 lines
405 B
CSS

& #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1) !important;
--uc-tweak-rounded-corners-shadow-color: #141515 !important;
}
#tabbrowser-tabpanels[zen-split-view='true'] .browserSidebarContainer.deck-selected {
outline: 2px solid color-mix(in srgb, var(--zen-primary-color) 50%, transparent) !important;
}