diff options
Diffstat (limited to 'files/css/files.css')
-rw-r--r-- | files/css/files.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/files/css/files.css b/files/css/files.css index 2e00a52d80b..3b01bfe0971 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -75,8 +75,7 @@ table { width: 90%; } -tbody tr:hover, tbody tr:active { background-color:#eee; } -tbody tr.selected { background-color:#ccc; } +tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#eee; } tbody a { color:#000; } table td.filesize, table td.date @@ -113,5 +112,5 @@ table td.filename a } span.extention{ - color:#666; -}
\ No newline at end of file + color:#999; +} |