Files
thetool/public/assets/css/thetool.css
2021-06-15 22:16:57 +02:00

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;
}