From d2143e92edef3d09b12b26c20acea771812c0317 Mon Sep 17 00:00:00 2001 From: matt Date: Sun, 23 Mar 2008 07:32:58 +0000 Subject: [PATCH] Have titles show cursor. Hat tip: Noel. git-svn-id: http://svn.automattic.com/wordpress/trunk@7486 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-admin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 9b6a2e481b..b53ee48597 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1451,3 +1451,7 @@ ul.view-switch li.current { td.action-links, th.action-links { text-align: right; } + +#poststuff h3, #poststuff .closed h3 { + cursor: pointer; +} \ No newline at end of file