Commit | Line | Data |
---|---|---|
9099c61d RK |
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/. */ | |
f6e0a33f | 4 | |
128000f4 | 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
6 | ||
f6e0a33f | 7 | /** |
8 | * Link toolbar items | |
9 | **/ | |
10 | ||
74d14f90 | 11 | #link-top { |
12 | list-style-image: url("chrome://navigator/skin/linkButtons/top.gif"); | |
f6e0a33f | 13 | } |
14 | ||
74d14f90 | 15 | #link-top[disabled="true"] { |
16 | list-style-image: url("chrome://navigator/skin/linkButtons/top-disabled.gif") !important; | |
f6e0a33f | 17 | } |
18 | ||
74d14f90 | 19 | #link-up { |
20 | list-style-image: url("chrome://navigator/skin/linkButtons/up.gif"); | |
f6e0a33f | 21 | } |
22 | ||
74d14f90 | 23 | #link-up[disabled="true"] { |
24 | list-style-image: url("chrome://navigator/skin/linkButtons/up-disabled.gif") !important; | |
f6e0a33f | 25 | } |
26 | ||
74d14f90 | 27 | #link-first { |
28 | list-style-image: url("chrome://navigator/skin/linkButtons/first.gif"); | |
f6e0a33f | 29 | } |
30 | ||
74d14f90 | 31 | #link-first[disabled="true"] { |
32 | list-style-image: url("chrome://navigator/skin/linkButtons/first-disabled.gif") !important; | |
f6e0a33f | 33 | } |
34 | ||
74d14f90 | 35 | #link-prev { |
36 | list-style-image: url("chrome://navigator/skin/linkButtons/previous.gif"); | |
f6e0a33f | 37 | } |
38 | ||
74d14f90 | 39 | #link-prev[disabled="true"] { |
40 | list-style-image: url("chrome://navigator/skin/linkButtons/previous-disabled.gif") !important; | |
f6e0a33f | 41 | } |
42 | ||
f6e0a33f | 43 | #link-next |
44 | { | |
74d14f90 | 45 | list-style-image: url("chrome://navigator/skin/linkButtons/next.gif"); |
f6e0a33f | 46 | } |
47 | ||
74d14f90 | 48 | #link-next[disabled="true"] { |
49 | list-style-image: url("chrome://navigator/skin/linkButtons/next-disabled.gif") !important; | |
f6e0a33f | 50 | } |
51 | ||
74d14f90 | 52 | #link-last { |
6082be94 | 53 | list-style-image: url("chrome://navigator/skin/linkButtons/last.gif"); |
f6e0a33f | 54 | } |
55 | ||
74d14f90 | 56 | #link-last[disabled="true"] { |
57 | list-style-image: url("chrome://navigator/skin/linkButtons/last-disabled.gif") !important; | |
f6e0a33f | 58 | } |
6082be94 RK |
59 | |
60 | #link-feed { | |
61 | list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important; | |
62 | -moz-image-region: rect(0px 32px 16px 16px); | |
63 | } | |
64 | ||
65 | #link-feed[disabled="true"] { | |
66 | -moz-image-region: rect(32px 32px 48px 16px); | |
67 | } |