summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-08 23:49:28 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-08 23:49:33 +0200
commit8d03f03081b24d5491c52db4ad47768222a013c6 (patch)
tree17a0d27fcaedc8418b12ba738458396ec4a547ab /core
parent7b38e5d7c73cb29a5b57bb36b9f22ce2672cb325 (diff)
downloadnextcloud-server-8d03f03081b24d5491c52db4ad47768222a013c6.tar.gz
nextcloud-server-8d03f03081b24d5491c52db4ad47768222a013c6.zip
no mickey mouse hand on fieldsets please
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 6f153f42098..8af44482d6c 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -53,7 +53,7 @@ form p { padding:0.5em 4em 0.5em 0.5em; text-align:left; }
form p.form_footer { margin:1em 0 0 0; text-align:right; }
form label { cursor:pointer; }
#body-settings fieldset { padding:1em; width:40em; margin:1em;
-border:1px solid #ddd; font-weight:bold; cursor:pointer; background:#f2f2f2; color:#555; text-shadow:#fff 0 1px 0; -moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;}
+border:1px solid #ddd; font-weight:bold; background:#f2f2f2; color:#555; text-shadow:#fff 0 1px 0; -moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;}
legend { padding:.2em; font-size:1.2em; }
.template{display:none;}