1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/windows/global/printPreview.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,72 @@ 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 +/* ..... page navigation ..... */ 1.9 + 1.10 +.home-arrow, 1.11 +.end-arrow:-moz-locale-dir(rtl) { 1.12 + list-style-image: url("chrome://global/skin/printpreview/arrow-left-end.png"); 1.13 + -moz-image-region: rect(0, 16px, 16px, 0); 1.14 +} 1.15 + 1.16 +.home-arrow:hover, 1.17 +.end-arrow:-moz-locale-dir(rtl):hover { 1.18 + -moz-image-region: rect(0, 32px, 16px, 16px); 1.19 +} 1.20 + 1.21 +.end-arrow, 1.22 +.home-arrow:-moz-locale-dir(rtl) { 1.23 + list-style-image: url("chrome://global/skin/printpreview/arrow-right-end.png"); 1.24 + -moz-image-region: rect(0, 16px, 16px, 0); 1.25 +} 1.26 + 1.27 +.end-arrow:hover, 1.28 +.home-arrow:-moz-locale-dir(rtl):hover { 1.29 + -moz-image-region: rect(0, 32px, 16px, 16px); 1.30 +} 1.31 + 1.32 +.previous-arrow, 1.33 +.next-arrow:-moz-locale-dir(rtl) { 1.34 + list-style-image: url("chrome://global/skin/printpreview/arrow-left.png"); 1.35 + -moz-image-region: rect(0, 16px, 16px, 0); 1.36 +} 1.37 + 1.38 +.previous-arrow:hover, 1.39 +.next-arrow:-moz-locale-dir(rtl):hover { 1.40 + -moz-image-region: rect(0, 32px, 16px, 16px); 1.41 +} 1.42 + 1.43 +.next-arrow, 1.44 +.previous-arrow:-moz-locale-dir(rtl) { 1.45 + list-style-image: url("chrome://global/skin/printpreview/arrow-right.png"); 1.46 + -moz-image-region: rect(0, 16px, 16px, 0); 1.47 +} 1.48 + 1.49 +.next-arrow:hover, 1.50 +.previous-arrow:-moz-locale-dir(rtl):hover { 1.51 + -moz-image-region: rect(0, 32px, 16px, 16px); 1.52 +} 1.53 + 1.54 +/* ...... scale in/decrement ..... */ 1.55 + 1.56 +.up-arrow { 1.57 + list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif"); 1.58 +} 1.59 + 1.60 +.down-arrow { 1.61 + list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif"); 1.62 +} 1.63 + 1.64 + 1.65 +/* ..... orientation ..... */ 1.66 + 1.67 +.toolbar-portrait-page { 1.68 + list-style-image: url("chrome://global/skin/icons/Print-preview.png"); 1.69 + -moz-image-region: rect(0px 16px 16px 0px); 1.70 +} 1.71 + 1.72 +.toolbar-landscape-page { 1.73 + list-style-image: url("chrome://global/skin/icons/Print-preview.png"); 1.74 + -moz-image-region: rect(0px 32px 16px 16px); 1.75 +}