1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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;
}