better styles for textbox focus highlight
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
... / ...
CommitLineData
1#downloadManager {
2 background-color: #CCD0DD;
3}
4
5/* Download View */
6#downloadView {
7 -moz-appearance: none !important;
8 margin: 0;
9 border-bottom: 1px solid #9999CC;
10}
11
12/* Download View Items */
13richlistitem[type="download"] {
14 padding: 4px 8px 4px 4px;
15 min-height: 46px;
16}
17
18richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
19 background-color: #9999CC;
20}
21
22richlistitem[type="download"] .name {
23 font-size: larger;
24}
25
26richlistitem[type="download"] .dateTime {
27 font-size: smaller;
28}
29
30.mini-button {
31 -moz-appearance: none;
32 list-style-image: url("chrome://mozapps/skin/downloads/buttons.png");
33 background-color: transparent;
34 border: none;
35 padding: 0;
36 margin: 0;
37 min-width: 0;
38 min-height: 0;
39}
40
41.mini-button > .button-box {
42 padding: 0 !important;
43}
44
45.cancel {
46 -moz-image-region: rect(0px, 32px, 16px, 16px);
47}
48.pause {
49 -moz-image-region: rect(0px, 48px, 16px, 32px);
50}
51.pause[disabled="true"] {
52 -moz-image-region: rect(16px, 48px, 16px, 32px);
53}
54.resume {
55 -moz-image-region: rect(0px, 16px, 16px, 0px);
56}
57.retry {
58 -moz-image-region: rect(0px, 64px, 16px, 48px);
59}
60
61.blockedIcon {
62 list-style-image: url("chrome://global/skin/icons/alert-error.gif");
63}
64
65/* prevent flickering when changing states */
66.downloadTypeIcon {
67 min-height: 32px;
68 min-width: 32px;
69}
70
71#searchbox[empty] {
72 color: #808080;
73}