second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
diff --git a/EarlyBlue/mozapps/downloads/downloads.css b/EarlyBlue/mozapps/downloads/downloads.css
deleted file mode 100644 (file)
index 45c4ef5..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-#downloadManager {
-  background-color: #CCD0DD;
-}
-
-/* Download View */
-#downloadView {
-  -moz-appearance: none !important;
-  margin: 0;
-  border-bottom: 1px solid #9999CC;
-}
-
-/* Download View Items */
-richlistitem[type="download"] {
-  padding: 4px;
-  padding-inline-end: 8px;
-  min-height: 46px;
-  border-bottom: 1px solid #9999CC;
-}
-
-richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
-  background-color: #9999CC;
-}
-
-richlistitem[type="download"] .name {
-  font-size: larger;
-}
-
-richlistitem[type="download"] .dateTime {
-  font-size: smaller;
-}
-
-.mini-button {
-  -moz-appearance: none;
-  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
-  background-color: transparent;
-  border: none;
-  padding: 0;
-  margin: 0;
-  min-width: 0;
-  min-height: 0;
-}
-
-.mini-button > .button-box {
-  padding: 0 !important;
-}
-
-.cancel {
-  -moz-image-region: rect(0px, 32px, 16px, 16px);
-}
-.cancel:hover {
-  -moz-image-region: rect(16px, 32px, 32px, 16px);
-}
-.cancel:active {
-  -moz-image-region: rect(32px, 32px, 48px, 16px);
-}
-.cancel[disabled="true"] {
-  -moz-image-region: rect(48px, 32px, 64px, 16px);
-}
-
-.pause {
-  -moz-image-region: rect(0px, 48px, 16px, 32px);
-}
-.pause:hover {
-  -moz-image-region: rect(16px, 48px, 32px, 32px);
-}
-.pause:active {
-  -moz-image-region: rect(32px, 48px, 48px, 32px);
-}
-.pause[disabled="true"] {
-  -moz-image-region: rect(48px, 48px, 64px, 32px);
-}
-
-.resume {
-  -moz-image-region: rect(0px, 16px, 16px, 0px);
-}
-.resume:hover {
-  -moz-image-region: rect(16px, 16px, 32px, 0px);
-}
-.resume:active {
-  -moz-image-region: rect(32px, 16px, 48px, 0px);
-}
-.resume[disabled="true"] {
-  -moz-image-region: rect(48px, 16px, 64px, 0px);
-}
-
-.retry {
-  -moz-image-region: rect(0px, 64px, 16px, 48px);
-}
-.retry:hover {
-  -moz-image-region: rect(16px, 64px, 32px, 48px);
-}
-.retry:active {
-  -moz-image-region: rect(32px, 64px, 48px, 48px);
-}
-.retry[disabled="true"] {
-  -moz-image-region: rect(48px, 64px, 64px, 48px);
-}
-
-.blockedIcon {
-  list-style-image: url("chrome://global/skin/icons/alert-error.gif");
-}
-
-/* prevent flickering when changing states */
-.downloadTypeIcon {
-  min-height: 32px;
-  min-width: 32px;
-}
-
-#clearListButton {
-  min-height: 0;
-  min-width: 0;
-  margin-top: 3px;
-}