mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #1793 - Only use Glass on the Toolkit Download Manager on Windows 7
This commit is contained in:
parent
b4e51a8540
commit
ccb3ecdc95
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ richlistitem[type="download"] .dateTime {
|
|||
margin-top: 3px;
|
||||
}
|
||||
|
||||
@media (-moz-windows-compositor) {
|
||||
@media (-moz-windows-compositor) and (-moz-os-version: windows-win7) {
|
||||
#downloadManager {
|
||||
-moz-appearance: -moz-win-glass;
|
||||
background: transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue