From a668e99abde5761d3dc355b697052567fcb93390 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 12 Jul 2021 13:08:22 -0400 Subject: [PATCH] [Pale-Moon] Issue MoonchildProductions/UXP#1793 - Override the global style for Windows 10 that adds a bottom border to the toolbox widget The local application style already provides this. --- application/palemoon/themes/windows/browser.css | 7 +++++++ application/palemoon/themes/windows/places/organizer.css | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/application/palemoon/themes/windows/browser.css b/application/palemoon/themes/windows/browser.css index 6bfb7b9c8d..d2bf31c071 100644 --- a/application/palemoon/themes/windows/browser.css +++ b/application/palemoon/themes/windows/browser.css @@ -91,6 +91,13 @@ border-top: none; } +@media (-moz-os-version: windows-win10) and (-moz-windows-theme: aero) { + #navigator-toolbox { + /* Override the global style for Windows 10 that adds a bottom border */ + border-bottom: none; + }; +} + #navigator-toolbox::after { content: ""; display: -moz-box; diff --git a/application/palemoon/themes/windows/places/organizer.css b/application/palemoon/themes/windows/places/organizer.css index 0a947c2ac0..53c30cfb90 100644 --- a/application/palemoon/themes/windows/places/organizer.css +++ b/application/palemoon/themes/windows/places/organizer.css @@ -214,6 +214,13 @@ } } +@media (-moz-os-version: windows-win10) and (-moz-windows-theme: aero) { + #placesToolbox { + /* Override the global style for Windows 10 that adds a bottom border */ + border-bottom: none; + } +} + @media (-moz-windows-default-theme) and (-moz-os-version: windows-vista), (-moz-windows-default-theme) and (-moz-os-version: windows-win7) { #placesView,