gecko/toolkit/themes/pinstripe/mozapps/downloads/downloads.css

67 lines
1.2 KiB
CSS

#downloadView {
margin: 0;
border-bottom: 1px solid #8E8E8E;
padding: 0;
}
/* Download View Items */
richlistitem[type="download"] {
padding: 4px 8px 4px 4px;
min-height: 46px !important;
}
richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
background-color: #ecf2fe;
}
richlistitem[type="download"] .name {
font-size: larger;
}
richlistitem[type="download"] .dateTime {
font-size: smaller;
}
richlistitem[type="download"] button {
-moz-appearance: none;
min-height: 16px;
min-width: 16px;
max-height: 16px;
max-width: 16px;
padding: 0;
margin: 0 1px 0 1px;
}
/**
* Images for buttons in the interface
*/
richlistitem[type="download"] button {
list-style-image: url(chrome://mozapps/skin/downloads/buttons.png);
}
.cancel {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
.pause {
-moz-image-region: rect(32px, 32px, 48px, 16px);
}
.resume {
-moz-image-region: rect(16px, 48px, 32px, 32px);
}
.retry {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
.blockedIcon {
list-style-image: url(chrome://global/skin/icons/Error.png);
}
/* prevent flickering when changing states */
.downloadTypeIcon {
min-height: 32px;
min-width: 32px;
}
#searchbox[empty] {
color: GrayText;
}