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

138 lines
3.0 KiB
CSS
Raw Normal View History

#downloadView {
-moz-appearance: none;
margin: 0;
padding: 0;
border-width: 0;
}
/* Download View Items */
richlistitem[type="download"] {
padding: 3px 8px;
min-height: 40px !important;
}
richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
background-color: -moz-oddtreerow;
}
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, 16px, 16px, 0px);
}
.cancel:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
.cancel:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
.pause {
-moz-image-region: rect(48px, 16px, 64px, 0px);
}
.pause:hover {
-moz-image-region: rect(48px, 32px, 64px, 16px);
}
.pause:not([disabled="true"]):hover:active {
-moz-image-region: rect(48px, 48px, 64px, 32px);
}
.pause[disabled="true"] {
-moz-image-region: rect(48px, 16px, 64px, 0px);
}
.resume {
-moz-image-region: rect(16px, 16px, 32px, 0px);
}
.resume:hover {
-moz-image-region: rect(16px, 32px, 32px, 16px);
}
.resume:hover:active {
-moz-image-region: rect(16px, 48px, 32px, 32px);
}
.retry {
-moz-image-region: rect(32px, 16px, 48px, 0px);
}
.retry:hover {
-moz-image-region: rect(32px, 32px, 48px, 16px);
}
.retry:hover:active {
-moz-image-region: rect(32px, 48px, 48px, 32px);
}
.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;
-moz-appearance: statusbar;
}
:root:not([active]) #searchbox {
opacity: 0.7;
}
#clearListButton {
-moz-appearance: none;
min-height: 18px;
min-width: 0;
margin: 0 6px;
padding: 0 2px;
text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
border: 1px solid rgba(0, 0, 0, 0.6);
-moz-border-radius: 3px;
-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px;
background: url("chrome://global/skin/toolbar/white-transparent-gradient.png") repeat-x #B4B4B4;
}
#clearListButton:hover:active:not([disabled="true"]) {
background: #B5B5B5;
text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0 -5px 12px, inset rgba(0, 0, 0, 1) 0 1px 3px, rgba(255, 255, 255, 0.4) 0 1px;
}
:root:not([active]) #clearListButton {
color: #7C7C7C !important; /* remove this when we support click-through */
border-color: rgba(0, 0, 0, 0.25);
background-color: #CCC;
}