michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: %include shared.inc michael@0: michael@0: #topBar { michael@0: -moz-appearance: toolbar; michael@0: } michael@0: michael@0: .viewGroupWrapper { michael@0: -moz-box-align: center; michael@0: -moz-box-pack: center; michael@0: } michael@0: michael@0: #viewGroup { michael@0: margin: 4px 0 9px; michael@0: } michael@0: michael@0: #viewGroup > radio, michael@0: #viewGroup > toolbarbutton { michael@0: -moz-box-orient: vertical; michael@0: -moz-box-align: center; michael@0: -moz-appearance: toolbarbutton; michael@0: font: menu; michael@0: text-shadow: @loweredShadow@; michael@0: margin: 0; michael@0: padding: 0 1px; michael@0: height: 22px; michael@0: } michael@0: michael@0: #viewGroup > radio[selected=true], michael@0: #viewGroup > toolbarbutton[checked=true] { michael@0: color: #FFF !important; michael@0: text-shadow: rgba(0, 0, 0, 0.4) 0 1px; michael@0: }