aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-30 11:51:16 +0200
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-30 11:51:16 +0200
commit7ce34f3f909a9b19ab98d453af411d5be1c644bc (patch)
tree040e3329fb7dd2e71d9b57423fac7c43aee8eb2d /phpBB
parentdffe790f19a17e45b25ab44391d14ca8b36ba420 (diff)
downloadforums-7ce34f3f909a9b19ab98d453af411d5be1c644bc.tar
forums-7ce34f3f909a9b19ab98d453af411d5be1c644bc.tar.gz
forums-7ce34f3f909a9b19ab98d453af411d5be1c644bc.tar.bz2
forums-7ce34f3f909a9b19ab98d453af411d5be1c644bc.tar.xz
forums-7ce34f3f909a9b19ab98d453af411d5be1c644bc.zip
[ticket/11030] Fix cursor for checkboxes
PHPBB3-11030
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/forms.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index dd0ef0e50e..1ee364ce93 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -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;
}