updating EarlyBlue for recent XUL changes
[themes.git] / EarlyBlue / skin / EarlyBlue / navigator / linkToolbar.css
CommitLineData
f6e0a33f 1/* -*- Mode: C; c-basic-offset: 2 -*- */
2
3/* ***** BEGIN LICENSE BLOCK *****
4 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
5 *
6 * The contents of this file are subject to the Netscape Public License
7 * Version 1.1 (the "License"); you may not use this file except in
8 * compliance with the License. You may obtain a copy of the License at
9 * http://www.mozilla.org/NPL/
10 *
11 * Software distributed under the License is distributed on an "AS IS" basis,
12 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 * for the specific language governing rights and limitations under the
14 * License.
15 *
16 * The Original Code is mozilla.org code.
17 *
18 * The Initial Developer of the Original Code is
19 * Netscape Communications Corporation.
20 * Portions created by the Initial Developer are Copyright (C) 1998
21 * the Initial Developer. All Rights Reserved.
22 *
23 * Contributor(s):
24 * Ben Goodger <ben@netscape.com>
25 * Josh Soref <timeless@mac.com>
26 * Tim Taylor <tim@tool-man.org>
27 * Eric Hodel <drbrain@segment7.net>
28 *
29 * Alternatively, the contents of this file may be used under the terms of
30 * either the GNU General Public License Version 2 or later (the "GPL"), or
31 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
32 * in which case the provisions of the GPL or the LGPL are applicable instead
33 * of those above. If you wish to allow use of your version of this file only
34 * under the terms of either the GPL or the LGPL, and not to allow others to
35 * use your version of this file under the terms of the NPL, indicate your
36 * decision by deleting the provisions above and replace them with the notice
37 * and other provisions required by the GPL or the LGPL. If you do not delete
38 * the provisions above, a recipient may use your version of this file under
39 * the terms of any one of the NPL, the GPL or the LGPL.
40 *
41 * ***** END LICENSE BLOCK ***** */
42
43/**
44 * Link toolbar items
45 **/
46
47#link-top
48{
49 list-style-image : url("chrome://navigator/skin/top.gif");
50}
51
52#link-top[disabled="true"],
53#link-top[disabled="true"]:hover,
54#link-top[disabled="true"]:hover:active
55{
56 list-style-image : url("chrome://navigator/skin/top-disabled.gif");
57}
58
f6e0a33f 59#link-up
60{
61 list-style-image : url("chrome://navigator/skin/up.gif");
62}
63
64#link-up[disabled="true"],
65#link-up[disabled="true"]:hover,
66#link-up[disabled="true"]:hover:active
67{
68 list-style-image : url("chrome://navigator/skin/up-disabled.gif");
69}
70
f6e0a33f 71#link-first
72{
73 list-style-image : url("chrome://navigator/skin/first.gif");
74}
75
76#link-first[disabled="true"],
77#link-first[disabled="true"]:hover,
78#link-first[disabled="true"]:hover:active
79{
80 list-style-image : url("chrome://navigator/skin/first-disabled.gif");
81}
82
f6e0a33f 83#link-prev
84{
85 list-style-image : url("chrome://navigator/skin/previous.gif");
86}
87
88#link-prev[disabled="true"],
89#link-prev[disabled="true"]:hover,
90#link-prev[disabled="true"]:hover:active
91{
92 list-style-image : url("chrome://navigator/skin/previous-disabled.gif");
93}
94
f6e0a33f 95#link-next
96{
97 list-style-image : url("chrome://navigator/skin/next.gif");
98}
99
100#link-next[disabled="true"],
101#link-next[disabled="true"]:hover,
102#link-next[disabled="true"]:hover:active
103{
104 list-style-image : url("chrome://navigator/skin/next-disabled.gif");
105}
106
f6e0a33f 107#link-last
108{
109 list-style-image : url("chrome://navigator/skin/last.gif");
110}
111
112#link-last[disabled="true"],
113#link-last[disabled="true"]:hover,
114#link-last[disabled="true"]:hover:active
115{
116 list-style-image : url("chrome://navigator/skin/last-disabled.gif");
117}