fixed reload and added error validation needs better css

This commit is contained in:
Robbt 2019-05-04 13:54:57 -04:00
parent 7c783536db
commit cb5842b3a1
4 changed files with 47 additions and 20 deletions

View file

@ -0,0 +1,10 @@
div.date_form input.error {
background-color: rgba(255,0,0,0.2);
}
div.error_window.error {
background-color: rgba(255,0,0,0.2);
color:white;
}
div.error_window {
background-color: white;
}