mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11030] Fix cursor for checkboxes
PHPBB3-11030
This commit is contained in:
parent
dffe790f19
commit
7ce34f3f90
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue