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.
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/. */
5 %define WINDOWS_AERO
6 %include downloads.css
7 %undef WINDOWS_AERO
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 }
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 }