Initial revision
[themes.git] / EarlyBlue / communicator / skin / wallet / CookieViewer.css
CommitLineData
1d798428 1window {\r
2 background-color: #CCCCCC;\r
3}\r
4\r
5box.tabpanel {\r
6 border: 1px outset #CCCCCC;\r
7 padding: 10px;\r
8}\r
9\r
10tab {\r
11 padding-left: 10px;\r
12 padding-right: 10px;\r
13}\r
14\r
15treehead > treerow > treecell {\r
16 border: 1px outset #CCCCCC;\r
17 padding-top: 1px;\r
18 padding-bottom: 1px;\r
19 padding-left: 5px;\r
20 padding-right: 5px;\r
21 background-color: #CCCCCC;\r
22 color: #000000;\r
23}\r
24\r
25treechildren > treeitem > treerow > treecell {\r
26 border-right: 1px solid #CCCCCC;\r
27 border-bottom: 1px solid #CCCCCC;\r
28 color: inherit;\r
29 padding-left: 10px;\r
30 padding-top: 1px;\r
31 padding-bottom: 1px;\r
32}\r
33\r
34treechildren > treeitem > treerow > treecell.fieldcell {\r
35 border-right: 1px solid #CCCCCC;\r
36 border-bottom: 1px solid #CCCCCC;\r
37 color: inherit;\r
38 padding: 0px;\r
39 margin: 0px;\r
40}\r
41\r
42\r
43treechildren > treeitem > treerow [selectedrow ~= false] {\r
44 background-color: white;\r
45 color: black;\r
46}\r
47\r
48treechildren > treeitem > treerow [selectedrow ~= true] {\r
49 background-color: #336699;\r
50 color: white;\r
51}\r
52\r
53tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] {\r
54 background-color: white;\r
55 color: black;\r
56}\r
57\r
58tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] {\r
59 background-color: white;\r
60 color: black;\r
61}\r
62\r
63tree {\r
64 border: 1px inset #CCCCCC;\r
65}\r
66\r
67a {\r
68 color: #0000FF;\r
69 text-decoration: underline;\r
70}\r
71\r
72a:hover {\r
73 color: #FF0000;\r
74 text-decoration: underline;\r
75}\r
76\r
77tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link {\r
78 color: #FFFFFF;\r
79}\r
80\r
81tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover {\r
82 color: #FFFFFF;\r
83}\r
84\r
85input.dispcell {\r
86 border: none;\r
87 background-color: #CCCCCC;\r
88 height: 12px;\r
89 font-family: tahoma;\r
90 font-size: 10px;\r
91}\r