~wasta-linux/wasta-core-wily/master

« back to all changes in this revision

Viewing changes to install-files/firefox-addons/extensions/{8a01dfcc-450f-11e5-909b-fb581d5d46b0}/chrome/global/printPreview.css

  • Committer: Rik Shaw
  • Date: 2015-11-01 13:28:40 UTC
  • Revision ID: git-v1:59c62c9b2e4f4f1cf62db1f5dc1cf630feb99933
initial 15.10 commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This Source Code Form is subject to the terms of the Mozilla Public
 
2
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 
3
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
4
 
 
5
/* ..... page navigation ..... */
 
6
 
 
7
.home-arrow {
 
8
  list-style-image: url("moz-icon://stock/gtk-goto-first-ltr?size=menu");
 
9
}
 
10
 
 
11
.home-arrow:-moz-locale-dir(rtl) {
 
12
  list-style-image: url("moz-icon://stock/gtk-goto-first-rtl?size=menu");
 
13
}
 
14
 
 
15
.end-arrow {
 
16
  list-style-image: url("moz-icon://stock/gtk-goto-last-ltr?size=menu");
 
17
}
 
18
 
 
19
.end-arrow:-moz-locale-dir(rtl) {
 
20
  list-style-image: url("moz-icon://stock/gtk-goto-last-rtl?size=menu");
 
21
}
 
22
 
 
23
.previous-arrow {
 
24
  list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu");
 
25
}
 
26
 
 
27
.previous-arrow:-moz-locale-dir(rtl) {
 
28
  list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu");
 
29
}
 
30
 
 
31
.next-arrow {
 
32
  list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu");
 
33
}
 
34
 
 
35
.next-arrow:-moz-locale-dir(rtl) {
 
36
  list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu");
 
37
}
 
38
 
 
39
/* ..... orientation ..... */
 
40
 
 
41
.toolbar-portrait-page {
 
42
  list-style-image: url("moz-icon://stock/gtk-orientation-portrait?size=button");
 
43
}
 
44
 
 
45
.toolbar-landscape-page {
 
46
  list-style-image: url("moz-icon://stock/gtk-orientation-landscape?size=button");
 
47
}