]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix missing feedback when tab-focusing on checkbox
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 6 Dec 2012 15:28:02 +0000 (16:28 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 6 Dec 2012 15:28:02 +0000 (16:28 +0100)
core/css/styles.css

index fbe5f29c9bf255f7f0dad92bc044ad59ed1d6b17..d41045ad5f2192e0d12f3acabdfc6caf59dcf5be 100644 (file)
@@ -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; }