Remove old -moz-os-version media queries
They aren't needed anymore since ESR supports -moz-platform already
This commit is contained in:
@@ -38,9 +38,7 @@ linux_gtk_window_control_patch.css
|
||||
:root[tabsintitlebar="true"]:not([inFullscreen]) #toolbar-menubar[autohide="false"] .titlebar-buttonbox-container{ height: 100%; }
|
||||
:root[tabsintitlebar="true"]:not([inFullscreen]) #toolbar-menubar[autohide="false"] .titlebar-button{ padding: 2px 17px !important; }
|
||||
|
||||
@media (-moz-platform: windows),
|
||||
(-moz-os-version: windows-win7),
|
||||
(-moz-os-version: windows-win10){
|
||||
@media (-moz-platform: windows){
|
||||
#titlebar{ -moz-appearance: none !important; }
|
||||
}
|
||||
/* Move tabs below content */
|
||||
|
||||
Reference in New Issue
Block a user