Hide search icon in category selector when there are few categories

This commit is contained in:
Neil Lalonde 2013-04-05 14:39:03 -04:00
parent eb212aec9b
commit 91b9479986
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@
z-index: 3; z-index: 3;
color: #888; color: #888;
} }
.chzn-container-single-nosearch .chzn-search .chzn-search-icon {
display: none;
}
.chzn-container-single .chzn-search input { .chzn-container-single .chzn-search input {
background: #fff; background: #fff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));