theme-store/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css
2024-09-17 23:08:03 +02:00

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;
}