first part of synching LCARStrek with windows theme changes in Firefox 28 cycle
[themes.git] / LCARStrek / x-browser-old / downloads / downloadmanager.css
CommitLineData
acb0e9b8 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
12download {
02920d2b 13 padding: 3px 0px 3px;
acb0e9b8 14 min-height: 25px;
15}
16
01fc5c11 17#downloadHistoryView > treechildren::-moz-tree-image(Name) {
8caa872d 18 -moz-margin-end: 2px;
acb0e9b8 19}
20
21.indented {
8caa872d 22 -moz-margin-start: 17px;
acb0e9b8 23}
24
25listcell {
26 margin-top: 2px;
27 margin-bottom: 2px;
8caa872d
RK
28 -moz-margin-start: 4px;
29 -moz-margin-end: 4px;
acb0e9b8 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}