We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c88c4 commit 98da37eCopy full SHA for 98da37e
1 file changed
README.md
@@ -113,6 +113,16 @@ You can set the titles for the month and year selectors with the **date-year-tit
113
</datepicker>
114
```
115
116
+####Highlight today day in calendar
117
+To highlight or style the today day in the calendar just use its own CSS class (`._720kb-datepicker-today`) like this:
118
+
119
+```css
120
+._720kb-datepicker-calendar-day._720kb-datepicker-today {
121
+ background:red;
122
+ color:white;
123
+}
124
+```
125
126
####Custom buttons
127
You can customize the calendar navigation buttons content, let's make an example while using [FontAwesome](http://fontawesome.io)
128
0 commit comments