From 227e9b58bf40d246e59a386f619cf6aa23e76314 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Thu, 17 Jan 2013 17:45:09 +0100 Subject: Switched to jQuery 1.9 and jQuery UI 1.9.2 Also updated the customSelect library. --- web/public/css/taginfo.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'web/public/css/taginfo.css') diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 541e584..eb492ec 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -148,7 +148,7 @@ span.disabled { /* ========== */ -span.customStyleSelectBox { +span.customSelect { margin: 0; padding: 1px 4px 0 4px; border:1px solid #a0a0a0; @@ -158,9 +158,7 @@ span.customStyleSelectBox { text-align: left; } -span.customStyleSelectBox.changed { } - -.customStyleSelectBoxInner { +.customSelectInner { background:url(/img/arrow.png) no-repeat center right; } -- cgit v1.2.3