diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-11-05 19:54:48 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-11-05 19:54:48 +0100 |
commit | 1aec5378b827ee4e216a28973cb504410c8ebe25 (patch) | |
tree | 89cf5044e63f511f5699ff5285021724d515cf35 | |
parent | 972243d5640c40b1f161e50f31404c71d7c290c0 (diff) | |
download | nextcloud-server-1aec5378b827ee4e216a28973cb504410c8ebe25.tar.gz nextcloud-server-1aec5378b827ee4e216a28973cb504410c8ebe25.zip |
make images in buttons also show click-hand on hover
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 95dceb50dec..646a760f989 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -44,6 +44,7 @@ textarea:hover, textarea:focus, textarea:active { background-color:#fff; color:# input[type="submit"], input[type="button"], button, .button, #quota, div.jp-progress, select, .pager li a { width:auto; padding:.4em; border:1px solid #ddd; font-weight:bold; cursor:pointer; background:#f8f8f8; 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; } input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, select:hover, select:focus, select:active, input[type="button"]:focus, .button:hover { background:#fff; color:#333; } +input[type="submit"] img, input[type="button"] img, button img, .button img { cursor:pointer; } input[type="checkbox"] { width:auto; } #quota { cursor:default; } |