Fix css to restore focus undertext on select2 combo lists
This commit is contained in:
parent
891925874f
commit
04aafbc493
@ -4314,6 +4314,10 @@ div.dataTables_length select {
|
|||||||
/* Select2 */
|
/* Select2 */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.select2-container--focus span.select2-selection.select2-selection--single {
|
||||||
|
border-bottom: 1px solid #666 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.blockvmenusearch .select2-container--default .select2-selection--single,
|
.blockvmenusearch .select2-container--default .select2-selection--single,
|
||||||
.blockvmenubookmarks .select2-container--default .select2-selection--single
|
.blockvmenubookmarks .select2-container--default .select2-selection--single
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user