1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/osx/global/viewbuttons.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +%include shared.inc 1.9 + 1.10 +#topBar { 1.11 + -moz-appearance: toolbar; 1.12 +} 1.13 + 1.14 +.viewGroupWrapper { 1.15 + -moz-box-align: center; 1.16 + -moz-box-pack: center; 1.17 +} 1.18 + 1.19 +#viewGroup { 1.20 + margin: 4px 0 9px; 1.21 +} 1.22 + 1.23 +#viewGroup > radio, 1.24 +#viewGroup > toolbarbutton { 1.25 + -moz-box-orient: vertical; 1.26 + -moz-box-align: center; 1.27 + -moz-appearance: toolbarbutton; 1.28 + font: menu; 1.29 + text-shadow: @loweredShadow@; 1.30 + margin: 0; 1.31 + padding: 0 1px; 1.32 + height: 22px; 1.33 +} 1.34 + 1.35 +#viewGroup > radio[selected=true], 1.36 +#viewGroup > toolbarbutton[checked=true] { 1.37 + color: #FFF !important; 1.38 + text-shadow: rgba(0, 0, 0, 0.4) 0 1px; 1.39 +}