added new features
This commit is contained in:
@@ -1686,24 +1686,24 @@ Responsive Menu
|
||||
background-color: #007bff;
|
||||
color: #fff; }
|
||||
|
||||
.select2-container .select2-selection--multiple {
|
||||
.select2-container .select2-selection {
|
||||
min-height: 38px;
|
||||
border: 1px solid #ced4da !important; }
|
||||
.select2-container .select2-selection--multiple .select2-selection__rendered {
|
||||
.select2-container .select2-selection .select2-selection__rendered {
|
||||
padding: 1px 10px; }
|
||||
.select2-container .select2-selection--multiple .select2-search__field {
|
||||
.select2-container .select2-selection .select2-search__field {
|
||||
border: 0; }
|
||||
.select2-container .select2-selection--multiple .select2-selection__choice {
|
||||
.select2-container .select2-selection .select2-selection__choice {
|
||||
background-color: #007bff;
|
||||
border: none;
|
||||
color: #fff;
|
||||
border-radius: 3px;
|
||||
padding: 0 7px;
|
||||
margin-top: 7px; }
|
||||
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
|
||||
.select2-container .select2-selection .select2-selection__choice__remove {
|
||||
color: #fff;
|
||||
margin-right: 5px; }
|
||||
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
|
||||
.select2-container .select2-selection .select2-selection__choice__remove:hover {
|
||||
color: #fff; }
|
||||
|
||||
.daterangepicker {
|
||||
|
||||
Reference in New Issue
Block a user