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 %include shared.inc
7 #topBar {
8 -moz-appearance: toolbar;
9 }
11 .viewGroupWrapper {
12 -moz-box-align: center;
13 -moz-box-pack: center;
14 }
16 #viewGroup {
17 margin: 4px 0 9px;
18 }
20 #viewGroup > radio,
21 #viewGroup > toolbarbutton {
22 -moz-box-orient: vertical;
23 -moz-box-align: center;
24 -moz-appearance: toolbarbutton;
25 font: menu;
26 text-shadow: @loweredShadow@;
27 margin: 0;
28 padding: 0 1px;
29 height: 22px;
30 }
32 #viewGroup > radio[selected=true],
33 #viewGroup > toolbarbutton[checked=true] {
34 color: #FFF !important;
35 text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
36 }