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

98 lines
2.2 KiB
CSS

#downloadView {
-moz-appearance: none;
margin: 0;
padding: 0;
border-width: 0;
border-bottom: 1px solid #404040;
}
/* Download View Items */
richlistitem[type="download"] {
padding: 3px 8px;
min-height: 40px !important;
}
richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
background-color: #EDF3FE;
}
richlistitem[type="download"] .name {
font-size: small;
}
richlistitem[type="download"] .dateTime,
richlistitem[type="download"] .status {
font-size: smaller;
color: #555;
}
richlistbox:focus > richlistitem[selected="true"][type="download"] .dateTime,
richlistbox:focus > richlistitem[selected="true"][type="download"] .status {
color: highlighttext;
}
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(0px, 48px, 16px, 32px);
}
.pause[disabled="true"] {
-moz-image-region: rect(16px, 48px, 16px, 32px);
}
.resume {
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
.retry {
-moz-image-region: rect(0px, 64px, 16px, 48px);
}
.blockedIcon {
list-style-image: url(chrome://global/skin/icons/Error.png);
}
/* prevent flickering when changing states */
.downloadTypeIcon {
min-height: 32px;
min-width: 32px;
-moz-padding-end: 2px;
}
#search {
-moz-box-pack: end;
-moz-padding-end: 4px;
background-image: url("chrome://global/skin/toolbar/toolbar-background.gif");
background-repeat: repeat-x;
}
#searchbox {
-moz-appearance: none;
border: 3px solid;
-moz-border-top-colors: #676767 #C5C5C5 -moz-Field;
-moz-border-bottom-colors: #C2C2C2 #A4A4A4 -moz-Field;
-moz-border-right-colors: #969696 #C5C5C5 -moz-Field;
-moz-border-left-colors: #969696 #C5C5C5 -moz-Field;
-moz-border-radius: 11.5px;
background: url("chrome://global/skin/icons/search-textbox.png") -moz-Field no-repeat 1px center;
-moz-background-clip: padding !important;
padding: 0 8px;
-moz-padding-start: 16px;
}