diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/css/files.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/css/files.css b/files/css/files.css index ed19a560ea6..bf67b3bdccb 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -80,6 +80,9 @@ table { width: 90%; } +tbody tr:hover, tbody tr:active { background-color:#eee; } +tbody a { color:#000; } + table td.filesize, table td.date { width: 5em; |