Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjbtbnl <jbtbnl@users.noreply.github.com>2014-03-19 19:45:10 +0400
committerjbtbnl <jbtbnl@users.noreply.github.com>2014-03-19 19:45:10 +0400
commit57cfff7d51080ead3da4dbc2a96dda95e53681a8 (patch)
tree863cfed17e0aece38738367e48c6b7f4c6bb224f /core
parent6252c248c23661beef6484cf1ffa24db406e28ae (diff)
Fix #7758
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
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; }