From ef3987f668175ab8bf08308bccb3d0857b33b00b Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 6 Jan 2012 18:33:40 +0000 Subject: [PATCH] Show cursor for the search icon. props jaquers. fixes #19594. git-svn-id: http://svn.automattic.com/wordpress/trunk@19703 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/css/admin-bar.dev.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-includes/css/admin-bar.dev.css b/wp-includes/css/admin-bar.dev.css index e1d154d24..947c4635d 100644 --- a/wp-includes/css/admin-bar.dev.css +++ b/wp-includes/css/admin-bar.dev.css @@ -364,6 +364,7 @@ text-shadow: none; display: block; } + #wpadminbar #wp-admin-bar-user-info .display-name { color: #333; } @@ -426,6 +427,7 @@ background-position: 3px 2px; background-repeat: no-repeat; outline: none; + cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; @@ -460,6 +462,7 @@ text-shadow: 0 1px 0 #fff; width: 200px; background-color: rgba( 255, 255, 255, 0.9 ); + cursor: text; } #wpadminbar.ie8 #adminbarsearch .adminbar-input {