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