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