mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
follow-up rev ccb3ecd, add vista check
This commit is contained in:
parent
bcc143f7b3
commit
fb4c5454c8
1 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,8 @@ richlistitem[type="download"] .dateTime {
|
|||
margin-top: 3px;
|
||||
}
|
||||
|
||||
@media (-moz-windows-compositor) and (-moz-os-version: windows-win7) {
|
||||
@media (-moz-windows-compositor) and (-moz-os-version: windows-vista),
|
||||
(-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