Flat corner - (No rounded corner)
<script> $(document).ready(function(e) { $("#tech").msDropdown(); $("#mycomp").msDropdown({mainCSS:'blue'}); //you dont have to pass here if you have in select element- data-maincss="blue" $("#flat").msDropdown({roundedCorner:false}); //rounded corner is off now }); </script>