|
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/. */ |
|
4 |
|
5 %include shared.inc |
|
6 |
|
7 #topBar { |
|
8 -moz-appearance: toolbar; |
|
9 } |
|
10 |
|
11 .viewGroupWrapper { |
|
12 -moz-box-align: center; |
|
13 -moz-box-pack: center; |
|
14 } |
|
15 |
|
16 #viewGroup { |
|
17 margin: 4px 0 9px; |
|
18 } |
|
19 |
|
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 } |
|
31 |
|
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 } |