Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 98da37e

Browse files
authored
Update README.md
1 parent 53c88c4 commit 98da37e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@ You can set the titles for the month and year selectors with the **date-year-tit
113113
</datepicker>
114114
```
115115

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+
116126
####Custom buttons
117127
You can customize the calendar navigation buttons content, let's make an example while using [FontAwesome](http://fontawesome.io)
118128

0 commit comments

Comments
 (0)