diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2014-03-19 23:56:58 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-03-19 23:56:58 +0100 |
commit | d76fd16abc5870d627a777f1682662da23893775 (patch) | |
tree | 097e8f187d73d3b84d167e8e5f4bcee3b590fa16 | |
parent | 01e9e40d83e7929b81ae86d4a7f08517676565f3 (diff) | |
parent | 57cfff7d51080ead3da4dbc2a96dda95e53681a8 (diff) | |
download | nextcloud-server-d76fd16abc5870d627a777f1682662da23893775.tar.gz nextcloud-server-d76fd16abc5870d627a777f1682662da23893775.zip |
Merge pull request #7804 from jbtbnl/master
Remove cursor:pointer CSS from li element
-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; } |