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