File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 574
574
575
575
# alltabs-button ::after {
576
576
padding : 4px 4px 4px 0px !important ;
577
- @media (-moz-platform : windows-xp), (-moz-windows-classic) {
578
- padding : 6px 5px 5px 0px !important ;
579
- }
580
577
border-radius : 0px 4px 4px 0px !important ;
581
578
background-clip : padding-box !important ;
582
579
}
583
580
581
+ @media (-moz-platform : windows-winxp), (-moz-windows-classic) {
582
+ # alltabs-button ::after {
583
+ padding : 6px 5px 5px 0px !important ;
584
+ }
585
+ }
586
+
584
587
/* WHY THE FUCK DOES light-dark NOT WORK HERE?!?!?!? */
585
588
/* Probably not going to need menubar shit below, commented out for now */
586
589
Original file line number Diff line number Diff line change 166
166
/* add extra margin for unmaximized windows
167
167
on Win XP Luna themes to look consistent */
168
168
@media not (-moz-windows-classic) {
169
- @media (-moz-platform : windows-xp ) {
169
+ @media (-moz-platform : windows-winxp ) {
170
170
: root [tabsintitlebar ]: not ([sizemode = "maximized" ]) .titlebar-buttonbox-container {
171
171
margin-top : 4px ;
172
172
}
You can’t perform that action at this time.
0 commit comments