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