1
0
mirror of https://github.com/osmarks/random-stuff synced 2025-09-12 15:25:59 +00:00

firefox config

This commit is contained in:
osmarks
2025-07-28 11:32:18 +01:00
parent 592b70c394
commit f3bd0ba0fc

15
dotfiles/userChrome.css Normal file
View File

@@ -0,0 +1,15 @@
.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;
}