webapp: fixed css issues with date picker.

This commit is contained in:
Shreyas Zare
2021-02-14 15:26:30 +05:30
parent ef33484c2e
commit b4228e8a54

View File

@@ -9,11 +9,11 @@ body {
}
a {
color: #6699ff !important;
color: #6699ff;
}
a:hover {
color: #6699ff !important;
color: #6699ff;
}
#header {
@@ -118,7 +118,7 @@ a {
}
#footer .content a {
color: rgb(119,119,119);
color: #6699ff;
text-decoration: none;
}