tenfourfox/toolkit/themes/linux/mozapps/downloads/downloads.css
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

113 lines
2.4 KiB
CSS

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#downloadManager {
background-color: ThreeDFace;
}
/* Download View */
#downloadView {
-moz-appearance: none !important;
margin: 0;
border-bottom: 2px solid;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
}
/* Download View Items */
richlistitem[type="download"] {
padding: 4px 8px 4px 4px;
min-height: 46px;
}
richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
background-color: -moz-oddtreerow;
}
richlistitem[type="download"] .name {
font-size: larger;
}
richlistitem[type="download"] .dateTime {
font-size: smaller;
}
.mini-button {
-moz-appearance: none;
background-color: transparent;
border: none;
padding: 0;
margin: 0;
min-width: 0;
min-height: 0;
}
.mini-button > .button-box {
padding: 0 !important;
}
menuitem:not([type]) {
-moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic");
}
.cancel,
#menuitem_cancel {
list-style-image: url("moz-icon://stock/gtk-cancel?size=menu");
}
#menuitem_open {
list-style-image: url("moz-icon://stock/gtk-open?size=menu");
}
#menuitem_open[disabled="true"] {
list-style-image: url("moz-icon://stock/gtk-open?size=menu&state=disabled");
}
.pause,
#menuitem_pause {
list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu");
}
.pause[disabled="true"],
#menuitem_pause[disabled="true"] {
list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu&state=disabled");
}
.resume,
#menuitem_resume {
list-style-image: url("moz-icon://stock/gtk-media-play?size=menu");
}
.retry,
#menuitem_retry {
list-style-image: url("moz-icon://stock/gtk-redo?size=menu");
}
#menuitem_removeFromList {
list-style-image: url("moz-icon://stock/gtk-remove?size=menu");
}
#menuitem_copyLocation {
list-style-image: url("moz-icon://stock/gtk-copy?size=menu");
}
.blockedIcon {
list-style-image: url("moz-icon://stock/gtk-dialog-error?size=dialog");
width: 32px;
height: 32px;
}
/* prevent flickering when changing states */
.downloadTypeIcon {
min-height: 32px;
min-width: 32px;
}
#clearListButton {
list-style-image: url(moz-icon://stock/gtk-clear?size=button);
margin-top: 3px;
}
#clearListButton[disabled="true"] {
list-style-image: url(moz-icon://stock/gtk-clear?size=button&state=disabled);
}