1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 15:45:34 +02:00

Merge pull request #1840 from cyberalien/ticket/11030

Fix cursor in prosilver and ACP
This commit is contained in:
Nathan Guse 2013-11-02 13:36:18 -07:00
commit 2e9b39285d

View File

@ -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;