theme-store/themes/f4aa1450-60a8-4c60-9ba0-e8be1ec07ade/chrome.css
2025-02-28 09:25:08 +00:00

12 lines
272 B
CSS

.tab-background {
&:is([selected], [multiselected]) {
border-style: solid;
border-color: var(--zen-primary-color) !important;
border-width: 2px;
}
}
#zen-essentials-container > .tabbrowser-tab > stack >.tab-background {
border-width: 0px !important;
}