Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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 }