[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.
This commit is contained in:
Matt A. Tobin 2021-07-12 13:08:22 -04:00 committed by roytam1
commit a668e99abd
2 changed files with 14 additions and 0 deletions

View file

@ -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;

View file

@ -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,