Fixing weird border on selects

This commit is contained in:
ICabaleiro 2021-05-04 11:32:13 +01:00
parent 39407e9b1c
commit c749d3ea70

View file

@ -73,6 +73,9 @@ body {
#custom-css .dropdown-menu input[type="submit"]{ #custom-css .dropdown-menu input[type="submit"]{
border: 1px solid transparent !important; /* Removing black border in buttons */ border: 1px solid transparent !important; /* Removing black border in buttons */
} }
#custom-css .ng-select .ng-input>input{
border: 0 !important;
}
#custom-css .header .options-row{ #custom-css .header .options-row{
padding-left: 0; padding-left: 0;
} }