move old EarlyBlue browser theme to x-browser-old
[themes.git] / EarlyBlue / browser / downloads / downloadmanager.css
diff --git a/EarlyBlue/browser/downloads/downloadmanager.css b/EarlyBlue/browser/downloads/downloadmanager.css
deleted file mode 100644 (file)
index 8b42727..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-.bold {
-  font-weight: bold;
-}
-
-#downloadView {
-  background-color: #FFFFFF;
-  border: 1px inset #CCD0DD;
-  margin: 0px 2px;
-  padding: 0px;
-}
-
-download {
-  padding: 3px 0px 3px;
-  min-height: 25px;
-}
-
-#downloadHistoryView > treechildren::-moz-tree-image(Name) {
-  -moz-margin-end: 2px;
-}
-
-.indented {
-  -moz-margin-start: 17px;
-}
-
-listcell {
-  margin-top: 2px;
-  margin-bottom: 2px;
-  -moz-margin-start: 4px;
-  -moz-margin-end: 4px;
-}
-
-.link {
-  text-decoration: underline;
-  color: blue;
-  cursor: pointer;
-  -moz-user-focus: normal;
-  border: 1px solid transparent;
-}
-
-.link:hover:active {
-  color: red;
-}
-
-.link:focus {
-  border: 1px dotted black;
-}
-
-#download-splitter {
-  border: none;
-  border-bottom: 1px solid #9999CC;
-}
-
-#close-button {
-  list-style-image: url("chrome://navigator/skin/icons/close.gif");
-}