Hide search icon in category selector when there are few categories
This commit is contained in:
parent
eb212aec9b
commit
91b9479986
|
@ -111,6 +111,9 @@
|
|||
z-index: 3;
|
||||
color: #888;
|
||||
}
|
||||
.chzn-container-single-nosearch .chzn-search .chzn-search-icon {
|
||||
display: none;
|
||||
}
|
||||
.chzn-container-single .chzn-search input {
|
||||
background: #fff;
|
||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
||||
|
|
Loading…
Reference in New Issue