mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 12:43:54 +02:00
12 lines
278 B
CSS
12 lines
278 B
CSS
|
|
.tabbrowser-tab .tab-background::after {
|
|
content:'';
|
|
position: absolute;
|
|
width: 3px !important;
|
|
height: 100% !important;
|
|
background-color: var(--zen-primary-color) !important;
|
|
}
|
|
|
|
.tabbrowser-tab .tab-background:not([selected=true])::after{
|
|
height: 0% !important;
|
|
}
|