sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle
[themes.git] / EarlyBlue / navigator / linkToolbar.css
... / ...
CommitLineData
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@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7/**
8 * Link toolbar items
9 **/
10
11#link-top {
12 list-style-image: url("chrome://navigator/skin/linkButtons/top.gif");
13}
14
15#link-top[disabled="true"] {
16 list-style-image: url("chrome://navigator/skin/linkButtons/top-disabled.gif") !important;
17}
18
19#link-up {
20 list-style-image: url("chrome://navigator/skin/linkButtons/up.gif");
21}
22
23#link-up[disabled="true"] {
24 list-style-image: url("chrome://navigator/skin/linkButtons/up-disabled.gif") !important;
25}
26
27#link-first {
28 list-style-image: url("chrome://navigator/skin/linkButtons/first.gif");
29}
30
31#link-first[disabled="true"] {
32 list-style-image: url("chrome://navigator/skin/linkButtons/first-disabled.gif") !important;
33}
34
35#link-prev {
36 list-style-image: url("chrome://navigator/skin/linkButtons/previous.gif");
37}
38
39#link-prev[disabled="true"] {
40 list-style-image: url("chrome://navigator/skin/linkButtons/previous-disabled.gif") !important;
41}
42
43#link-next
44{
45 list-style-image: url("chrome://navigator/skin/linkButtons/next.gif");
46}
47
48#link-next[disabled="true"] {
49 list-style-image: url("chrome://navigator/skin/linkButtons/next-disabled.gif") !important;
50}
51
52#link-last {
53 list-style-image: url("chrome://navigator/skin/linkButtons/last.gif");
54}
55
56#link-last[disabled="true"] {
57 list-style-image: url("chrome://navigator/skin/linkButtons/last-disabled.gif") !important;
58}
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}