From 1cc9fc3ab425abac14c7796a83a917744410303a Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 7 Jul 2011 02:51:24 +0200 Subject: [PATCH] small contrast fixes --- core/css/styles.css | 2 +- files/css/files.css | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 8723fe0eaf..c28006ab5c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -224,7 +224,7 @@ table td.date { width:11em; } table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; } table td.filename a { display:block; background-image:url('../img/file.png'); text-decoration:none; } table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:0.5em 0.5em 0.5em 3em; background-position:1em center; background-repeat:no-repeat; } -table td.filename a:hover, table td.filename a:focus { text-decoration:underline; outline:0; } +table td.filename a:hover, table td.filename a:focus { outline:0; } table td.filename a:active { outline:0; } table em { font-weight:bold; } table td.filename a.folder-up { background-image:url('../img/back.png'); font-style:italic; } diff --git a/files/css/files.css b/files/css/files.css index 2e00a52d80..3b01bfe097 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; +}