mirror of
https://github.com/osmarks/random-stuff
synced 2026-04-14 00:01:23 +00:00
20 lines
458 B
CSS
20 lines
458 B
CSS
* {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.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;
|
|
}
|