diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-07 02:51:24 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-07 02:51:24 +0200 |
commit | 1cc9fc3ab425abac14c7796a83a917744410303a (patch) | |
tree | d4764fcb59685e87095ffc77b1fb5edcbb2c9edd /files | |
parent | af3aceaf0863f9a4c194925aa40ef97afd459f45 (diff) | |
download | nextcloud-server-1cc9fc3ab425abac14c7796a83a917744410303a.tar.gz nextcloud-server-1cc9fc3ab425abac14c7796a83a917744410303a.zip |
small contrast fixes
Diffstat (limited to 'files')
-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; +} |