close #1453 Fixed: Style problem with date field after validation

This commit is contained in:
Cüneyt Şentürk
2020-06-05 16:12:19 +03:00
parent c1fd4a35e2
commit 4d009e11b0
4 changed files with 20 additions and 1 deletions

View File

@ -826,3 +826,7 @@ table .align-items-center td span.badge {
.navbar-vertical .navbar-nav .nav-link:not(.active) {
color: #fff !important;
}
.form-group.has-error .el-input__inner {
border-color: #ef3232 !important;
}