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 ../windowsShared.inc
7 %include organizer.css
8 %undef WINDOWS_AERO
10 %filter substitution
12 #placesView {
13 border-top: none;
14 }
16 @media not all and (-moz-windows-classic) {
17 #placesToolbox {
18 -moz-appearance: none;
19 background-color: transparent;
20 }
22 #placesToolbar {
23 -moz-appearance: none;
24 background-color: -moz-Dialog;
25 color: -moz-dialogText;
26 }
27 }
29 @media (-moz-windows-compositor) {
30 #placesToolbox {
31 border-top: none;
32 }
34 #placesToolbar {
35 background-image: linear-gradient(@toolbarHighlight@, rgba(255,255,255,0));
36 }
37 }
39 @media (-moz-windows-default-theme) {
40 #placesView > splitter {
41 border: 0;
42 -moz-border-end: 1px solid #A9B7C9;
43 min-width: 0;
44 width: 3px;
45 background-color: transparent;
46 -moz-margin-start: -3px;
47 position: relative;
48 }
49 }
51 @media (-moz-windows-default-theme) and (-moz-os-version: windows-vista),
52 (-moz-windows-default-theme) and (-moz-os-version: windows-win7) {
53 #placesView,
54 #infoPane,
55 #placesList,
56 #placeContent {
57 background-color: #EEF3FA;
58 }
60 #placesToolbar {
61 background-color: @customToolbarColor@;
62 color: black;
63 }
65 #detailsDeck {
66 border-top-color: #A9B7C9;
67 }
69 #searchFilter {
70 -moz-appearance: none;
71 padding: 2px;
72 -moz-padding-start: 4px;
73 background-clip: padding-box;
74 border: 1px solid rgba(0,0,0,.32);
75 border-radius: 2px;
76 }
77 }