File tree 3 files changed +18
-14
lines changed
3 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 64
64
}
65
65
}
66
66
67
- @media (-moz-platform : windows-win8) {
68
- @media (-moz-windows-default-theme) {
67
+ @media (-moz-platform : windows-win8),
68
+ (-moz-windows-default-theme),
69
+ (-moz-windows-glass) {
70
+ @media not (-moz-windows-classic) {
69
71
# TabsToolbar {
70
72
color : black;
71
73
--toolbarbutton-icon-fill : currentColor;
72
74
}
73
- }
74
- # toolbar-menubar {
75
- color : black;
75
+ # toolbar-menubar {
76
+ color : black;
77
+ }
76
78
}
77
79
}
78
80
Original file line number Diff line number Diff line change 619
619
620
620
# alltabs-button ::after {
621
621
padding : 4px 4px 4px 0px !important ;
622
- @media (-moz-platform : windows-xp ), (-moz-windows-classic) {
622
+ @media (-moz-platform : windows-winxp ), (-moz-windows-classic) {
623
623
padding : 6px 5px 5px 0px !important ;
624
624
}
625
625
border-radius : 0px 4px 4px 0px !important ;
Original file line number Diff line number Diff line change 168
168
}
169
169
/* Titlebar */
170
170
171
- : root [tabsintitlebar ][sizemode = "normal" ] # titlebar {
172
- appearance : auto;
173
- -moz-default-appearance : -moz-window-titlebar;
174
- }
171
+ @media not (-moz-platform : windows-win10) {
172
+ : root [tabsintitlebar ][sizemode = "normal" ] # titlebar {
173
+ appearance : auto;
174
+ -moz-default-appearance : -moz-window-titlebar;
175
+ }
175
176
176
- : root [tabsintitlebar ][sizemode = "maximized" ] # titlebar {
177
- appearance : auto;
178
- -moz-default-appearance : -moz-window-titlebar-maximized;
177
+ : root [tabsintitlebar ][sizemode = "maximized" ] # titlebar {
178
+ appearance : auto;
179
+ -moz-default-appearance : -moz-window-titlebar-maximized;
180
+ }
179
181
}
180
182
181
183
@media not (-moz-windows-compositor) {
231
233
/* add extra margin for unmaximized windows
232
234
on Win XP Luna themes to look consistent */
233
235
@media not (-moz-windows-classic) {
234
- @media (-moz-platform : windows-xp ) {
236
+ @media (-moz-platform : windows-winxp ) {
235
237
: root [tabsintitlebar ]: not ([sizemode = "maximized" ]) .titlebar-buttonbox-container {
236
238
margin-top : 4px ;
237
239
}
You can’t perform that action at this time.
0 commit comments