[Basilisk] 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:09:00 -04:00 committed by roytam1
commit 17a32c4f3f
2 changed files with 14 additions and 0 deletions

View file

@ -123,6 +123,13 @@ toolbar:-moz-lwtheme {
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

@ -193,6 +193,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,