basic validation
This commit is contained in:
@ -269,6 +269,13 @@ div {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.inputerror {
|
||||
border: 1px solid red !important;
|
||||
background-image: linear-gradient(to left bottom, #fff, #fcc) !important;
|
||||
padding: 4px !important;
|
||||
border-radius: 6px !important;
|
||||
}
|
||||
|
||||
.locked {
|
||||
background-color: rgba(255, 255, 255, 0.2) !important;
|
||||
cursor: not-allowed;
|
||||
|
Reference in New Issue
Block a user