mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
* Add theme: Better Active Tab * Update readme.md --------- Co-authored-by: HliasOuzounis <HliasOuzounis@users.noreply.github.com>
12 lines
246 B
CSS
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;
|
|
}
|