Make daterangepicker use the same font as everywhere else.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-25 17:11:52 +03:00
parent 876e7d8bd9
commit 11f621d574

View File

@@ -295,3 +295,7 @@
.version-info {
margin-top: 10px;
}
.daterangepicker {
font-family: inherit;
}