55cca60c |
1 | #bookmark-window toolbarbutton { |
2 | -moz-box-orient: vertical; |
3 | } |
4 | |
5 | toolbarbutton#newbookmark { |
6 | list-style-image: url("chrome://browser/skin/bookmarks/new-bookmark.gif"); |
7 | } |
8 | toolbarbutton#newbookmark[disabled="true"] { |
9 | list-style-image: url("chrome://browser/skin/bookmarks/new-bookmark-disabled.gif"); |
10 | } |
11 | |
12 | toolbarbutton#newfolder { |
13 | list-style-image: url("chrome://browser/skin/bookmarks/new-folder.gif"); |
14 | } |
15 | toolbarbutton#newfolder[disabled="true"] { |
16 | list-style-image: url("chrome://browser/skin/bookmarks/new-folder-disabled.gif"); |
17 | } |
18 | |
19 | toolbarbutton#newseparator { |
20 | list-style-image: url("chrome://browser/skin/bookmarks/new-seperator.gif"); |
21 | } |
22 | toolbarbutton#newseparator[disabled="true"] { |
23 | list-style-image: url("chrome://browser/skin/bookmarks/new-seperator-disabled.gif"); |
24 | } |
25 | |
26 | toolbarbutton#moveBookmark { |
27 | list-style-image: url("chrome://browser/skin/bookmarks/move.gif"); |
28 | } |
29 | toolbarbutton#moveBookmark[disabled="true"] { |
30 | list-style-image: url("chrome://browser/skin/bookmarks/move-disabled.gif"); |
31 | } |
32 | |
33 | toolbarbutton#properties { |
34 | list-style-image: url("chrome://browser/skin/bookmarks/properties.gif"); |
35 | } |
36 | toolbarbutton#properties[disabled="true"] { |
37 | list-style-image: url("chrome://browser/skin/bookmarks/properties-disabled.gif"); |
38 | } |
39 | |
40 | toolbarbutton#rename { |
41 | list-style-image: url("chrome://browser/skin/bookmarks/rename.gif"); |
42 | } |
43 | toolbarbutton#rename[disabled="true"] { |
44 | list-style-image: url("chrome://browser/skin/bookmarks/rename-disabled.gif"); |
45 | } |
46 | |
47 | toolbarbutton#delete { |
48 | list-style-image: url("chrome://browser/skin/bookmarks/trash.gif"); |
49 | } |
50 | toolbarbutton#delete[disabled="true"] { |
51 | list-style-image: url("chrome://browser/skin/bookmarks/trash-disabled.gif"); |
52 | } |
53 | |
54 | bookmarks-tree tree { |
55 | border: 0px !important; |
56 | } |