sync both themes with toolkit windows theme changes in Mozilla 51 cycle
[themes.git] / EarlyBlue / global / printPreview.css
index f9c0933c5e3d69f63dca0a13ca68b8e33906e10c..a28d98bd045963fcc1f5068904bb6ad1ba2e4024 100644 (file)
 
 /* ::::: print preview toolbar ::::: */
 
-/* ..... page navigation ..... */
-
-.home-arrow, .end-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif");
-}
-
-.end-arrow, .home-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif");
-}
-
-.previous-arrow, .next-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif");
-}
-
-.next-arrow, .previous-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif");
-}
-
-/* ...... scale in/decrement ..... */
-
-.up-arrow {
-  list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
+.navigate-button {
+  min-width: 1.9em;
 }
 
-.down-arrow {
-  list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
+.navigate-button > .toolbarbutton-icon {
+  display: none;
 }
 
 /* ..... orientation ..... */