From 353bec85ae31b5db53b9e217962ed3d1883dd0ac Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Fri, 22 Nov 2013 07:21:25 +0000 Subject: [PATCH] Increase the click target to 100% of the add-new-theme element. Props scottbasgaard. Fixes #25960 git-svn-id: https://develop.svn.wordpress.org/trunk@26321 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/theme.css b/src/wp-admin/css/theme.css index 71c47404bf..a17440191e 100644 --- a/src/wp-admin/css/theme.css +++ b/src/wp-admin/css/theme.css @@ -294,6 +294,7 @@ text-decoration: none; display: block; position: relative; + z-index: 1; } .theme-browser .add-new-theme:after { display: block;