Improve form fields with errors for model updates
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
focus:ring-blue-600 focus:ring-opacity-75;
|
||||
}
|
||||
|
||||
.field_with_errors {
|
||||
@apply inline-block;
|
||||
input[type=text]:disabled,
|
||||
input[type=email]:disabled {
|
||||
@apply text-gray-700;
|
||||
}
|
||||
|
||||
.field_with_errors input {
|
||||
@apply w-full bg-red-100;
|
||||
input.field_with_errors {
|
||||
@apply border-b-red-600;
|
||||
}
|
||||
|
||||
.error-msg {
|
||||
|
||||
Reference in New Issue
Block a user