[ticket/11030] Fix cursor for checkboxes

PHPBB3-11030
This commit is contained in:
Vjacheslav Trushkin 2013-10-30 11:51:16 +02:00
parent dffe790f19
commit 7ce34f3f90

View file

@ -335,7 +335,7 @@ input.button3 {
font-variant: small-caps;
}
input[type="button"], input[type="submit"], input[type="reset"] {
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] {
cursor: pointer;
}