From 857a75fef0fbef06d1341562d5a7b2821e5044bc Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 10 Mar 2008 22:10:39 +0000 Subject: [PATCH] Add cursor pointer to buttons. Props ionfish and mt. fixes #5943 git-svn-id: https://develop.svn.wordpress.org/trunk@7215 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 0dcc2aafa4..e44fc64886 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -162,7 +162,7 @@ form#upload #post_content { -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; - cursor: default; + cursor: pointer; text-decoration: none; }