theme-store/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css
mauro 🤙 b745c385e7
Add theme: Better Active Tab (#329)
* Add theme: Better Active Tab

* Update readme.md

---------

Co-authored-by: HliasOuzounis <HliasOuzounis@users.noreply.github.com>
2024-09-07 17:31:00 +02:00

12 lines
246 B
CSS

.tabbrowser-tab::after {
content:'';
position: absolute;
width: 3px !important;
height: 100% !important;
background-color: var(--zen-primary-color) !important;
}
.tabbrowser-tab:not([selected=true])::after{
height: 0% !important;
}