4 lines
245 B
CSS
4 lines
245 B
CSS
#customers_chosen .chosen-results > li.no-results {cursor: pointer;}
|
|
#customers_chosen .chosen-results > li.no-results:hover {color: #1a4f85; background-color: #ddd;}
|
|
#customers_chosen .chosen-results > li.no-results > span {font-weight: bold;}
|