type/main.css

8 lines
104 B
CSS
Raw Normal View History

2016-09-28 22:33:02 +00:00
.invalid {
background-color: red;
color: white !important;
}
.incomplete {
color: gray !important;
}