mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 12:13:52 +02:00
* 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>
8 lines
405 B
CSS
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;
|
|
}
|