|
1 /* This Source Code Form is subject to the terms of the Mozilla Public |
|
2 * License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
|
4 |
|
5 %define WINDOWS_AERO |
|
6 %include downloads.css |
|
7 %undef WINDOWS_AERO |
|
8 |
|
9 @media (-moz-windows-default-theme) and (-moz-os-version: windows-vista), |
|
10 (-moz-windows-default-theme) and (-moz-os-version: windows-win7) { |
|
11 richlistitem[type="download"] { |
|
12 border: 1px solid transparent; |
|
13 border-bottom: 1px solid hsl(213,40%,90%); |
|
14 } |
|
15 |
|
16 #downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"][state="1"][exists]:hover { |
|
17 border: 1px solid hsl(213,45%,65%); |
|
18 box-shadow: 0 0 0 1px hsla(0,0%,100%,.5) inset, |
|
19 0 1px 0 hsla(0,0%,100%,.3) inset; |
|
20 background-image: linear-gradient(hsl(212,86%,92%), hsl(212,91%,86%)); |
|
21 color: black; |
|
22 } |
|
23 } |