From ae212ba60f98c41a2b14ceea9e1ae17bf55361f9 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 23 Dec 2005 21:08:42 +0000 Subject: [PATCH] Styling for the theme select button. fixes #2101 git-svn-id: https://develop.svn.wordpress.org/trunk@3349 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 4168954b02..bf4e35de59 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -732,6 +732,10 @@ table .vers, table .name { display:block; } +* html #themeselect { + padding: 0px 3px; + height: 22px; +} /**************************************************************** avoid padding, margins or borders on dbx-box, @@ -837,7 +841,7 @@ table .vers, table .name { #moremeta .dbx-handle { padding: 6px 1em 2px; font-size: 12px; - background: url(images/box-head.gif) no-repeat right; + background: #2685af url(images/box-head.gif) no-repeat right; } #moremeta .dbx-box {