Added description how to use it.

This commit is contained in:
Jorit Tijsen
2025-07-07 15:29:36 +02:00
parent 99720de0ca
commit 6333ff6433

View File

@@ -29,13 +29,20 @@
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.daterangepicker.show-calendar .drp-buttons {
display: flex;
width: 48%;
float: left;
}
.daterangepicker .drp-selected {
display: none;
}
.daterangepicker.show-calendar .drp-buttons:before {
display: block;
content: 'Selecteer een begindatum en een einddatum.';
height: 23px;
width: 90%;
text-align: center;
padding-left: 10px;
}
</style>
<script>
$(function() {