X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FdirListing%2FdirListing.css;h=aa447b916a37afd291bd7f1676254453ed11a7c6;hb=6daee01334d189ab1232c857042af9083b25cab7;hp=97f3c7f34b272b71cbff33e4cbb975e27efd9fde;hpb=ecb2fda954d8076fd5a1e39021e6aea122a10214;p=themes.git diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css index 97f3c7f3..aa447b91 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 { +th:hover > a { 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"); }