This commit is contained in:
medet97 2020-05-14 18:52:24 +05:00
parent d2f462a479
commit 8278ab1286
1 changed files with 4 additions and 0 deletions

View File

@ -2397,3 +2397,7 @@ display: block;
color: #000000 !important;
}
.form-control:focus, .custom-select:focus{
border-color: #d43d34;
box-shadow: none;
}