update EarlyBlue to trunk
[themes.git] / EarlyBlue / global / dirListing / dirListing.css
index 97f3c7f34b272b71cbff33e4cbb975e27efd9fde..f1fdc2c3e95b3b322d30cac3559c32f6caf64949 100644 (file)
@@ -82,10 +82,6 @@ p {
   float: right;
 }
 
-#UI_showHidden:not(:hover) {
-  color: #808080;
-}
-
 table {
   clear: both;
   width: 90%;
@@ -96,21 +92,18 @@ thead {
   font-size: 130%;
 }
 
-th {
-  font-weight: normal;
-}
-
-th:first-child ,
-th:first-child + th {
-  padding-right: 2em;
+/* last modified */
+th:first-child {
+  text-align: center;
 }
 
 table[order] > thead > tr > th:hover {
   text-decoration: underline;
 }
 
-tbody > tr:not(:hover) > td:not(:first-child) {
-  color: #808080;
+tbody > tr:hover {
+  outline: 1px solid #808080;
+  -moz-outline-radius: .3em;
 }
 
 /* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */
@@ -118,22 +111,14 @@ td:not(:first-child) {
   width: 0;
 }
 
-.up ,
-.dir ,
-.symlink ,
-.file {
+.up {
   padding: 0 .5em;
-  margin-left: 20px;
-}
-
-.up::before ,
-.dir::before ,
-.file > img {
-  margin-right: 4px;
-  margin-left: -20px;
-  vertical-align: middle;
+  -moz-margin-start: 20px;
 }
 
 .up::before {
+  -moz-margin-end: 4px;
+  -moz-margin-start: -20px;
+  vertical-align: middle;
   content: url("chrome://global/skin/dirListing/up.png");
 }