diff options
author | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-03-19 16:45:10 +0100 |
---|---|---|
committer | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-03-19 16:45:10 +0100 |
commit | 57cfff7d51080ead3da4dbc2a96dda95e53681a8 (patch) | |
tree | 863cfed17e0aece38738367e48c6b7f4c6bb224f /core/css | |
parent | 6252c248c23661beef6484cf1ffa24db406e28ae (diff) | |
download | nextcloud-server-57cfff7d51080ead3da4dbc2a96dda95e53681a8.tar.gz nextcloud-server-57cfff7d51080ead3da4dbc2a96dda95e53681a8.zip |
Fix #7758
Diffstat (limited to 'core/css')
-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 69cf6df07d0..bd8111ebc72 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -10,7 +10,7 @@ table { border-collapse:separate; border-spacing:0; white-space:nowrap; } caption, th, td { text-align:left; font-weight:normal; } table, td, th { vertical-align:middle; } a { border:0; color:#000; text-decoration:none;} -a, a *, input, input *, select, .button span, li, label { cursor:pointer; } +a, a *, input, input *, select, .button span, label { cursor:pointer; } ul { list-style:none; } body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif; color:#000; } |