summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-06 16:28:02 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-06 16:28:02 +0100
commit2288b263059d87b4292a731d3992d1fc361e2c43 (patch)
tree296de91b588a2577719a3741c432464d60972834 /core
parentb6fca70ee4ae1eff414172523e4ea2d74ff64606 (diff)
downloadnextcloud-server-2288b263059d87b4292a731d3992d1fc361e2c43.tar.gz
nextcloud-server-2288b263059d87b4292a731d3992d1fc361e2c43.zip
fix missing feedback when tab-focusing on checkbox
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index fbe5f29c9bf..d41045ad5f2 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -56,6 +56,7 @@ input[type="submit"], input[type="button"], button, .button, #quota, div.jp-prog
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; }
+input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#111 !important; }
#quota { cursor:default; }