add (preliminary) support for new FxA messages and control center
[themes.git] / EarlyBlue / x-browser-old / downloads / downloadmanager.css
1 .bold {
2   font-weight: bold;
3 }
4
5 #downloadView {
6   background-color: #FFFFFF;
7   border: 1px inset #CCD0DD;
8   margin: 0px 2px;
9   padding: 0px;
10 }
11
12 download {
13   padding: 3px 0px 3px;
14   min-height: 25px;
15 }
16
17 #downloadHistoryView > treechildren::-moz-tree-image(Name) {
18   -moz-margin-end: 2px;
19 }
20
21 .indented {
22   -moz-margin-start: 17px;
23 }
24
25 listcell {
26   margin-top: 2px;
27   margin-bottom: 2px;
28   -moz-margin-start: 4px;
29   -moz-margin-end: 4px;
30 }
31
32 .link {
33   text-decoration: underline;
34   color: blue;
35   cursor: pointer;
36   -moz-user-focus: normal;
37   border: 1px solid transparent;
38 }
39
40 .link:hover:active {
41   color: red;
42 }
43
44 .link:focus {
45   border: 1px dotted black;
46 }
47
48 #download-splitter {
49   border: none;
50   border-bottom: 1px solid #9999CC;
51 }
52
53 #close-button {
54   list-style-image: url("chrome://navigator/skin/icons/close.gif");
55 }