Skip to content

Commit 8cbed35

Browse files
committed
Fix some issues I guess idk
1 parent efae56b commit 8cbed35

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

browser/themes/shared/r3dfox.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,13 +574,16 @@
574574

575575
#alltabs-button::after {
576576
padding: 4px 4px 4px 0px !important;
577-
@media (-moz-platform: windows-xp), (-moz-windows-classic) {
578-
padding: 6px 5px 5px 0px !important;
579-
}
580577
border-radius: 0px 4px 4px 0px !important;
581578
background-clip: padding-box !important;
582579
}
583580

581+
@media (-moz-platform: windows-winxp), (-moz-windows-classic) {
582+
#alltabs-button::after {
583+
padding: 6px 5px 5px 0px !important;
584+
}
585+
}
586+
584587
/* WHY THE FUCK DOES light-dark NOT WORK HERE?!?!?!? */
585588
/* Probably not going to need menubar shit below, commented out for now */
586589

browser/themes/windows/browser.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
/* add extra margin for unmaximized windows
167167
on Win XP Luna themes to look consistent */
168168
@media not (-moz-windows-classic) {
169-
@media (-moz-platform: windows-xp) {
169+
@media (-moz-platform: windows-winxp) {
170170
:root[tabsintitlebar]:not([sizemode="maximized"]) .titlebar-buttonbox-container {
171171
margin-top: 4px;
172172
}

0 commit comments

Comments
 (0)