fixed reload and added error validation needs better css
This commit is contained in:
parent
7c783536db
commit
cb5842b3a1
4 changed files with 47 additions and 20 deletions
10
airtime_mvc/public/css/show_analytics.css
Normal file
10
airtime_mvc/public/css/show_analytics.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue