Upgrade to rw 38

This commit is contained in:
Kurt Hutten
2021-11-06 13:05:31 +11:00
parent a62c5bce03
commit 855d4d40df
8 changed files with 1407 additions and 1545 deletions

View File

@@ -341,3 +341,9 @@
padding-bottom: 0;
}
}
.rw-input-error:focus {
outline: none;
border-color: #c53030;
box-shadow: 0 0 5px #c53030;
}