1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/windows/downloads/downloads-aero.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +%define WINDOWS_AERO 1.9 +%include downloads.css 1.10 +%undef WINDOWS_AERO 1.11 + 1.12 +@media (-moz-windows-default-theme) and (-moz-os-version: windows-vista), 1.13 + (-moz-windows-default-theme) and (-moz-os-version: windows-win7) { 1.14 + richlistitem[type="download"] { 1.15 + border: 1px solid transparent; 1.16 + border-bottom: 1px solid hsl(213,40%,90%); 1.17 + } 1.18 + 1.19 + #downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"][state="1"][exists]:hover { 1.20 + border: 1px solid hsl(213,45%,65%); 1.21 + box-shadow: 0 0 0 1px hsla(0,0%,100%,.5) inset, 1.22 + 0 1px 0 hsla(0,0%,100%,.3) inset; 1.23 + background-image: linear-gradient(hsl(212,86%,92%), hsl(212,91%,86%)); 1.24 + color: black; 1.25 + } 1.26 +}