Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Just include the [jQuery MouseWheel](https://github.com/brandonaaron/jquery-mous

- [jQuery](http://jquery.com/) 1.8+
- [jQuery MouseWheel](https://github.com/brandonaaron/jquery-mousewheel) plugin (optional)
- [FontAwesome](http://fontawesome.io) (for the OK/Cancel icons)
- A fairly modern web browser (Firefox, Chrome or Opera suggested. It should work on IE8+, but please stop supporting that crap)
- A valid HTML 5 DOCTYPE (strongly recommended)

Expand Down
1 change: 1 addition & 0 deletions css/jquery.dateselect.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
line-height: 40px;
font-size: 18px;
float: left;
text-decoration: none;
}

.date-select .buttons a:hover {
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.dateselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
'<a href="#" class="btn-arrow btn-down"><i class="icon icon-down"></i></a>' +
'</div>' +
'<div class="buttons">' +
'<a href="#" class="btn-cancel"><i class="fa fa-times"></i></a>' +
'<a href="#" class="btn-ok"><i class="fa fa-check"></i></a>' +
'<a href="#" class="btn-cancel">Cancel</a>' +
'<a href="#" class="btn-ok">OK</a>' +
'</div>' +
'</div>' +
'</div>'
Expand Down