1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/linux/global/scrollbox.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,33 @@ 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 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 1.9 + 1.10 +.autorepeatbutton-up > .autorepeatbutton-icon, 1.11 +.scrollbutton-up > .toolbarbutton-icon { 1.12 + -moz-appearance: button-arrow-up; 1.13 +} 1.14 + 1.15 +.autorepeatbutton-down > .autorepeatbutton-icon, 1.16 +.scrollbutton-down > .toolbarbutton-icon { 1.17 + -moz-appearance: button-arrow-down; 1.18 +} 1.19 + 1.20 +.autorepeatbutton-up[orient="horizontal"] > .autorepeatbutton-icon, 1.21 +.scrollbutton-up[orient="horizontal"] > .toolbarbutton-icon { 1.22 + -moz-appearance: button-arrow-previous; 1.23 +} 1.24 + 1.25 +.autorepeatbutton-down[orient="horizontal"] > .autorepeatbutton-icon, 1.26 +.scrollbutton-down[orient="horizontal"] > .toolbarbutton-icon { 1.27 + -moz-appearance: button-arrow-next; 1.28 +} 1.29 + 1.30 +:-moz-any(.scrollbutton-up, .scrollbutton-down) > .toolbarbutton-text { 1.31 + display: none; 1.32 +} 1.33 + 1.34 +autorepeatbutton { 1.35 + border: 1px solid ThreeDShadow; 1.36 +}