update EarlyBlue to current trunk
[themes.git] / EarlyBlue / global / dirListing / dirListing.css
index 6ff4be847111c7a9c73a7093b0f6c855f2966207..97f3c7f34b272b71cbff33e4cbb975e27efd9fde 100644 (file)
   background-color: #CCD0DD;
   color: #000000;
   font: 12px helvetica,arial,tahoma,sans-serif;
+  padding-left: 2em;
+  padding-right: 2em;
 }
 
 body {
   border: 1px solid #666699;
   -moz-border-radius: 10px;
   padding: 3em;
-  min-width: 13em;
-  max-width: 52em;
+  min-width: 30em;
+  max-width: 65em;
   margin: 4em auto;
   background-color: #9999CC;
   color: #000000;
@@ -103,7 +105,7 @@ th:first-child + th {
   padding-right: 2em;
 }
 
-table[order] th:hover {
+table[order] > thead > tr > th:hover {
   text-decoration: underline;
 }
 
@@ -112,9 +114,7 @@ tbody > tr:not(:hover) > td:not(:first-child) {
 }
 
 /* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */
-td:first-child + td ,
-td:first-child + td + td ,
-td:last-child {
+td:not(:first-child) {
   width: 0;
 }
 
@@ -131,16 +131,9 @@ td:last-child {
 .file > img {
   margin-right: 4px;
   margin-left: -20px;
-  opacity: .6;
   vertical-align: middle;
 }
 
 .up::before {
   content: url("chrome://global/skin/dirListing/up.png");
 }
-
-.up:hover::before ,
-tr:hover > td > a::before ,
-tr:hover > td > .file > img {
-  opacity: 1;
-}