From a444b8542e638a8cb1b0568f9c22722df013c50d Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 20 Feb 2014 14:20:09 +1100 Subject: [PATCH] Chosen input styling fixes --- assets/css/admin.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/css/admin.css b/assets/css/admin.css index 4aac2a32..f204adc7 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -25,9 +25,6 @@ -moz-osx-font-smoothing: grayscale; } -.icon-sportspress:before { - content: "\f111"; -} .icon-megaphone:before { content: "\f155"; } @@ -129,6 +126,7 @@ table.widefat.sp-data-table td { line-height: 2; + overflow: visible; } table.widefat.sp-data-table td:first-child { @@ -237,6 +235,11 @@ table.widefat td.column-sp_number .sp-flag { box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08); } +.chosen-container-active .chosen-single { + border-color: #999; + background: #fff; +} + .chosen-container-active.chosen-with-drop .chosen-single { background: #fff; }