mirror of
https://github.com/osmarks/random-stuff
synced 2026-02-04 18:00:17 +00:00
16 lines
422 B
CSS
16 lines
422 B
CSS
.tabbrowser-tab:not([selected="true"]) > .tab-stack > .tab-background {
|
|
border: 1px solid rgba(130, 130, 130, 0.5) !important;
|
|
}
|
|
|
|
.tabbrowser-tab {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.tab-background {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.tab-label-container[textoverflow][labeldirection="ltr"]:not([pinned]), .tab-label-container[textoverflow]:not([labeldirection], [pinned]):-moz-locale-dir(ltr) {
|
|
mask-image: none !important;
|
|
}
|