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: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); michael@0: michael@0: .autorepeatbutton-up > .autorepeatbutton-icon, michael@0: .scrollbutton-up > .toolbarbutton-icon { michael@0: -moz-appearance: button-arrow-up; michael@0: } michael@0: michael@0: .autorepeatbutton-down > .autorepeatbutton-icon, michael@0: .scrollbutton-down > .toolbarbutton-icon { michael@0: -moz-appearance: button-arrow-down; michael@0: } michael@0: michael@0: .autorepeatbutton-up[orient="horizontal"] > .autorepeatbutton-icon, michael@0: .scrollbutton-up[orient="horizontal"] > .toolbarbutton-icon { michael@0: -moz-appearance: button-arrow-previous; michael@0: } michael@0: michael@0: .autorepeatbutton-down[orient="horizontal"] > .autorepeatbutton-icon, michael@0: .scrollbutton-down[orient="horizontal"] > .toolbarbutton-icon { michael@0: -moz-appearance: button-arrow-next; michael@0: } michael@0: michael@0: :-moz-any(.scrollbutton-up, .scrollbutton-down) > .toolbarbutton-text { michael@0: display: none; michael@0: } michael@0: michael@0: autorepeatbutton { michael@0: border: 1px solid ThreeDShadow; michael@0: }