mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
12 lines
272 B
CSS
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;
|
|
}
|