2
0
forked from Wavyzz/dolibarr

Fix css to restore focus undertext on select2 combo lists

This commit is contained in:
Laurent Destailleur
2018-04-13 10:01:07 +02:00
parent 891925874f
commit 04aafbc493

View File

@@ -4314,6 +4314,10 @@ div.dataTables_length select {
/* Select2 */
/* ============================================================================== */
.select2-container--focus span.select2-selection.select2-selection--single {
border-bottom: 1px solid #666 !important;
}
.blockvmenusearch .select2-container--default .select2-selection--single,
.blockvmenubookmarks .select2-container--default .select2-selection--single
{