mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
[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:
parent
17a32c4f3f
commit
a668e99abd
2 changed files with 14 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue