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 /core | |
parent | af3aceaf0863f9a4c194925aa40ef97afd459f45 (diff) | |
download | nextcloud-server-1cc9fc3ab425abac14c7796a83a917744410303a.tar.gz nextcloud-server-1cc9fc3ab425abac14c7796a83a917744410303a.zip |
small contrast fixes
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 8723fe0eaf2..c28006ab5c0 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; } |