We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35068cd commit df7573cCopy full SHA for df7573c
browser/themes/shared/r3dfox.css
@@ -573,9 +573,12 @@
573
}
574
575
#alltabs-button::after {
576
- padding: 4px 4px 4px 0px;
+ padding: 4px 4px 4px 0px !important;
577
+ @media (-moz-platform: windows-xp), (-moz-windows-classic) {
578
+ padding: 6px 5px 5px 0px !important;
579
+ }
580
border-radius: 0px 4px 4px 0px !important;
- background-clip: padding-box;
581
+ background-clip: padding-box !important;
582
583
584
/* WHY THE FUCK DOES light-dark NOT WORK HERE?!?!?!? */
0 commit comments