From 01f1ccaf99933f31d3b5f932b5d16e2d733a7205 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 26 Feb 2008 18:44:26 +0000 Subject: [PATCH] Add cursor pointer to buttons. Props ionfish. fixes #5943 git-svn-id: https://develop.svn.wordpress.org/trunk@7040 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index be8724173b..f82183145b 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -159,6 +159,7 @@ form#upload #post_content { border-radius: 3px; color: #246; background: #e5e5e5; + cursor: pointer; } .button-secondary {