Skip to content

Commit 95587a0

Browse files
committed
Make not valid cells appear red
1 parent 93a82d3 commit 95587a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ body {
3737
color: #c2c4c4;
3838
}
3939

40+
.notValidCell input {
41+
color: red;
42+
}
43+
4044
.borderRight {
4145
border-right: 0.2em solid #707b7d;
4246
}

0 commit comments

Comments
 (0)