Skip to content

Commit 8f81f9b

Browse files
committed
Ship a minimalistic validation CSS.
1 parent 8b487b7 commit 8f81f9b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

dist/aspnet-validation.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.field-validation-error {
2+
color: red;
3+
font-style: italic;
4+
}
5+
6+
.input-validation-error {
7+
border-color: red;
8+
outline-color: red;
9+
}
10+
11+
.input-validation-valid {
12+
border-color: green;
13+
outline-color: green;
14+
}
15+
16+
.validation-summary-error {
17+
color: red;
18+
font-style: italic;
19+
}

0 commit comments

Comments
 (0)