From 1dd485f0ce2b1f950f40e48e69c7668f1f567f58 Mon Sep 17 00:00:00 2001 From: Pavel Date: Sun, 14 Apr 2013 13:53:14 +0300 Subject: [PATCH] Add pointer cursor to buttons --- r2/r2/public/static/css/reddit.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index da5cd69c6..add808a15 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -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