, , , .
. , , . . , -, (FontAwesome, Ionicons ..). , .
css
.ui-datepicker-prev span, .ui-datepicker-next span {
background-image: none !important;
}
Prev, . , . , :before .
.ui-datepicker-prev span.ui-icon {
width: 6px; //this the width of the icon. increase it if your icon is bigger
height: 16px;
display: block;
text-indent: 0;
overflow: hidden;
background-repeat: no-repeat;
}
, - , , . :
.ui-datepicker-prev span:before {
content: "\f104";
font-family: FontAwesome;
position: relative;
}
!
.ui-datepicker-prev:hover {
color: #fff;
}
,