From 57cfff7d51080ead3da4dbc2a96dda95e53681a8 Mon Sep 17 00:00:00 2001 From: jbtbnl Date: Wed, 19 Mar 2014 16:45:10 +0100 Subject: [PATCH] Fix #7758 --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index 69cf6df07d..bd8111ebc7 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; }