16 lines
401 B
CSS
16 lines
401 B
CSS
.subsubmenu {
|
|
padding-left: 12px !important;
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
|
|
.select2-container .select2-selection--multiple .select2-selection__choice {
|
|
background-color: #00acc1 !important;
|
|
color: #fff !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
|
|
color: #fff !important;
|
|
margin-right: 5px !important;
|
|
} |