2013-11-14 10:01:23 -05:00
|
|
|
/** Chosen.js selectbox style override **/
|
2013-08-08 08:14:59 -04:00
|
|
|
.chosen-container {
|
2013-08-10 12:30:27 -04:00
|
|
|
min-width: 100px;
|
|
|
|
|
2013-11-14 10:01:23 -05:00
|
|
|
.chosen-single {
|
|
|
|
background: #EEE !important;
|
|
|
|
border: 1px solid #DDD !important;
|
|
|
|
@include box-shadow(none !important);
|
|
|
|
@include border-radius(4px !important);
|
2012-11-06 12:31:01 -05:00
|
|
|
}
|
|
|
|
|
2013-11-14 10:01:23 -05:00
|
|
|
.chosen-results li.highlighted {
|
|
|
|
background: #29b;
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
|
2013-11-14 10:01:23 -05:00
|
|
|
.chosen-drop {
|
|
|
|
margin-top: 10px;
|
|
|
|
border: 1px solid #DDD !important;
|
|
|
|
@include border-radius(4px !important);
|
2013-08-08 09:14:38 -04:00
|
|
|
}
|
2012-02-26 17:41:53 -05:00
|
|
|
|
2013-11-14 10:01:23 -05:00
|
|
|
.chosen-search input {
|
2013-11-14 10:23:31 -05:00
|
|
|
border: 1px solid #CCC !important;
|
2013-11-14 10:01:23 -05:00
|
|
|
@include box-shadow(none !important);
|
2012-02-26 17:41:53 -05:00
|
|
|
}
|
|
|
|
}
|
2013-03-14 05:31:33 -04:00
|
|
|
|
|
|
|
/** Select2 styling **/
|
|
|
|
.select2-container .select2-choice {
|
2013-11-12 15:32:28 -05:00
|
|
|
@include bg-light-gray-gradient;
|
2013-03-14 05:31:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container .select2-choice div {
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-drop {
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-no-results, .select2-searching {
|
|
|
|
padding: 7px;
|
|
|
|
color: #666;
|
|
|
|
}
|
2013-08-08 09:14:38 -04:00
|
|
|
|
|
|
|
.chosen-container .chosen-single div b {
|
|
|
|
background-position-y: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chosen-container .chosen-drop .chosen-search input {
|
|
|
|
background-position-y: -24px !important;
|
|
|
|
}
|