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

96 lines
1.8 KiB
CSS

#downloadManager {
background-color: ThreeDFace;
}
/* Download View */
#downloadView {
margin: 10px 10px 5px 10px;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
}
/* Download View Items */
richlistitem[type="download"] {
padding: 4px 8px 4px 4px;
min-height: 46px;
}
richlistitem[type="download"] .name {
font-size: larger;
}
#information {
-moz-appearance: none;
background-color: white;
width: 300px;
max-width: 300px;
}
#information > button .button-text {
-moz-box-flex: 1;
text-align: left;
padding-left: 2px;
}
.mini-button {
-moz-appearance: none;
list-style-image: url(chrome://mozapps/skin/downloads/buttons.png);
background-color: transparent;
border: 0;
padding: 0;
margin: 0;
min-width: 0;
min-height: 0;
}
.mini-button > .button-box {
padding: 0 !important;
}
.mini-button > image {
width: 16px;
height: 16px;
}
.cancel {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
.info {
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
.open {
-moz-image-region: rect(16px, 32px, 32px, 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);
}
#information-uri {
-moz-image-region: rect(16px, 16px, 32px, 0px);
}
#information-location {
-moz-image-region: rect(32px, 16px, 48px, 0px);
}
/* prevent flickering when changing states */
.downloadTypeIcon {
min-height: 32px;
min-width: 32px;
}
.title-line {
height: 1px;
background-color: ThreeDDarkShadow;
-moz-margin-end: 15px;
-moz-margin-start: 5px;
}