Skip to content

Commit df7573c

Browse files
committed
Improve background mode look on Classic and XP when I fix the @media
1 parent 35068cd commit df7573c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

browser/themes/shared/r3dfox.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,12 @@
573573
}
574574

575575
#alltabs-button::after {
576-
padding: 4px 4px 4px 0px;
576+
padding: 4px 4px 4px 0px !important;
577+
@media (-moz-platform: windows-xp), (-moz-windows-classic) {
578+
padding: 6px 5px 5px 0px !important;
579+
}
577580
border-radius: 0px 4px 4px 0px !important;
578-
background-clip: padding-box;
581+
background-clip: padding-box !important;
579582
}
580583

581584
/* WHY THE FUCK DOES light-dark NOT WORK HERE?!?!?!? */

0 commit comments

Comments
 (0)