Add @media based versions for -moz-bool-pref in various styles
Also some cleanup for menupopup_forced_color_schemes.css for remove some old and unused variables. This just adds media query versions to files - old ones should be removed at some point
This commit is contained in:
@@ -19,7 +19,8 @@ have menubar permanently enabled and want it on top
|
||||
right:0;
|
||||
height: 40px;
|
||||
}
|
||||
@media (-moz-gtk-csd-reversed-placement),
|
||||
@media (-moz-bool-pref: "userchrome.force-window-controls-on-left.enabled"),
|
||||
(-moz-gtk-csd-reversed-placement),
|
||||
(-moz-platform: macos){
|
||||
.titlebar-buttonbox-container{ left:0; right: unset !important; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user