From c7a2dafd239629b253420b8c8ad286d9dd35ff48 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sun, 23 Mar 2008 07:32:58 +0000 Subject: [PATCH] Have titles show cursor. Hat tip: Noel. git-svn-id: https://develop.svn.wordpress.org/trunk@7486 602fd350-edb4-49c9-b593-d223f7449a82 --- 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