mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
Hide search icon in category selector when there are few categories
This commit is contained in:
parent
eb212aec9b
commit
91b9479986
1 changed files with 3 additions and 0 deletions
3
app/assets/stylesheets/vendor/chosen.css.erb
vendored
3
app/assets/stylesheets/vendor/chosen.css.erb
vendored
|
@ -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…
Add table
Reference in a new issue