X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FdirListing%2FdirListing.css;h=f1fdc2c3e95b3b322d30cac3559c32f6caf64949;hp=97f3c7f34b272b71cbff33e4cbb975e27efd9fde;hb=6c5a63bbd8e0df71327748f51f8164e44b1eb066;hpb=6102b41b16bcc636299e74aa5a9ac09f16cbf2dc diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css index 97f3c7f3..f1fdc2c3 100644 --- a/EarlyBlue/global/dirListing/dirListing.css +++ b/EarlyBlue/global/dirListing/dirListing.css @@ -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"); }