"Prev", "Next" buttons in datepicker are not visible

0

I have a datepicker in which the arrows to navigate between months can not be seen, although if I pass the mouse it shows me the title but the arrow is not visible.

 $('.date').datepicker({
    dateFormat: 'dd-mm-yy',
    changeMonth: true,
    changeYear: true
}).prop('readonly', true);
    
asked by gmrYaeL 11.12.2018 в 15:41
source

0 answers