Merge pull request 'Added description how to use it.' (#17) from feature-news-date-filter into dev
Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
@@ -29,13 +29,20 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
width: 48%;
|
||||||
.daterangepicker.show-calendar .drp-buttons {
|
float: left;
|
||||||
display: flex;
|
|
||||||
}
|
}
|
||||||
.daterangepicker .drp-selected {
|
.daterangepicker .drp-selected {
|
||||||
display: none;
|
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>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user