mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Add pointer cursor to buttons
This commit is contained in:
@@ -25,6 +25,19 @@ body {
|
||||
|
||||
textarea { font: normal small verdana, arial, helvetica, sans-serif; }
|
||||
|
||||
button,
|
||||
html input[type="button"],
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/*html,body { height: 100%; }*/
|
||||
|
||||
/* IE dumbness patch. hidden input in a hidden block that is
|
||||
|
||||
Reference in New Issue
Block a user