aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-11-02 13:36:18 -0700
committerNathan Guse <nathaniel.guse@gmail.com>2013-11-02 13:36:18 -0700
commit2e9b39285d24b7c1cfe6b841f939d1d0514e855c (patch)
tree2743e2c56bd836bcc5b23d79484133806dff987e /phpBB
parent25995e311ca136b64113d78e66a53df8f6a79b81 (diff)
parent7ce34f3f909a9b19ab98d453af411d5be1c644bc (diff)
downloadforums-2e9b39285d24b7c1cfe6b841f939d1d0514e855c.tar
forums-2e9b39285d24b7c1cfe6b841f939d1d0514e855c.tar.gz
forums-2e9b39285d24b7c1cfe6b841f939d1d0514e855c.tar.bz2
forums-2e9b39285d24b7c1cfe6b841f939d1d0514e855c.tar.xz
forums-2e9b39285d24b7c1cfe6b841f939d1d0514e855c.zip
Merge pull request #1840 from cyberalien/ticket/11030
Fix cursor in prosilver and ACP
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/forms.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index f128450955..1ee364ce93 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -11,7 +11,6 @@ fieldset {
input {
font-weight: normal;
- cursor: pointer;
vertical-align: middle;
padding: 0 3px;
font-size: 1em;
@@ -279,7 +278,6 @@ fieldset.submit-buttons input {
.inputbox {
border: 1px solid transparent;
padding: 2px;
- cursor: text;
}
.inputbox:hover, .inputbox:focus {
@@ -337,6 +335,10 @@ input.button3 {
font-variant: small-caps;
}
+input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] {
+ cursor: pointer;
+}
+
/* Alternative button */
a.button2, input.button2, input.button3 {
border: 1px solid transparent;