Fixing weird border on selects
This commit is contained in:
parent
39407e9b1c
commit
c749d3ea70
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ body {
|
|||
#custom-css .dropdown-menu input[type="submit"]{
|
||||
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{
|
||||
padding-left: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue