mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed issue #590
parent
b6148c802e
commit
8f1173b340
|
@ -98,3 +98,6 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.select2-container .select2-selection--single .select2-selection__rendered {
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
|
@ -3933,6 +3933,9 @@ table.text-center th {
|
||||||
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
|
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.select2-container .select2-selection--single .select2-selection__rendered {
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
* General: Miscellaneous
|
* General: Miscellaneous
|
||||||
* ----------------------
|
* ----------------------
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue