Skip to content

Commit d6eb2ac

Browse files
committed
Remove old -moz-os-version media queries
They aren't needed anymore since ESR supports -moz-platform already
1 parent 2a6e95b commit d6eb2ac

4 files changed

+4
-11
lines changed

chrome/autohide_toolbox.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ See the above repository for updates as well as full license text. */
1515
--uc-toolbox-rotation: 88.5deg;
1616
}
1717

18-
@media (-moz-platform: windows),
19-
(-moz-os-version: windows-win7),
20-
(-moz-os-version: windows-win10){
21-
18+
@media (-moz-platform: windows){
2219
#navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog !important; }
2320
}
2421

chrome/combined_tabs_and_main_toolbars.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See the above repository for updates as well as full license text. */
2222
}
2323
:root[tabsintitlebar="true"] #nav-bar{ padding-inline: calc(var(--uc-hide-window-control-space,1) * 96px + 20px) 0px !important; }
2424

25-
@media (-moz-platform: windows-win10),(-moz-os-version: windows-win10){
25+
@media (-moz-platform: windows-win10){
2626
:root[tabsintitlebar="true"] #nav-bar{ padding-left: calc(var(--uc-hide-window-control-space,1) * 134px + 20px) !important; }
2727
}
2828
#toolbar-menubar[autohide="true"] + #TabsToolbar .titlebar-buttonbox{ -moz-box-direction: reverse; flex-direction: row-reverse }

chrome/tabs_below_content.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ linux_gtk_window_control_patch.css
3838
:root[tabsintitlebar="true"]:not([inFullscreen]) #toolbar-menubar[autohide="false"] .titlebar-buttonbox-container{ height: 100%; }
3939
:root[tabsintitlebar="true"]:not([inFullscreen]) #toolbar-menubar[autohide="false"] .titlebar-button{ padding: 2px 17px !important; }
4040

41-
@media (-moz-platform: windows),
42-
(-moz-os-version: windows-win7),
43-
(-moz-os-version: windows-win10){
41+
@media (-moz-platform: windows){
4442
#titlebar{ -moz-appearance: none !important; }
4543
}
4644
/* Move tabs below content */

chrome/window_control_placeholder_support.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ See the above repository for updates as well as full license text. */
2222
}
2323

2424
@media (-moz-platform: windows-win7),
25-
(-moz-platform: windows-win8),
26-
(-moz-os-version: windows-win7),
27-
(-moz-os-version: windows-win8){
25+
(-moz-platform: windows-win8){
2826
:root:is([tabsintitlebar], [sizemode="fullscreen"]) {
2927
--uc-window-control-width: 105px;
3028
}

0 commit comments

Comments
 (0)