From 9f9e0b8cc419c1bc249fd6232e4e450693911878 Mon Sep 17 00:00:00 2001 From: Flaburgan Date: Thu, 12 May 2016 11:25:24 +0200 Subject: [PATCH] Remove Font Awesome dependency --- README.md | 1 - css/jquery.dateselect.css | 1 + js/jquery.dateselect.js | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8a24c4..3860d01 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/css/jquery.dateselect.css b/css/jquery.dateselect.css index 6dc13a8..6d76700 100644 --- a/css/jquery.dateselect.css +++ b/css/jquery.dateselect.css @@ -196,6 +196,7 @@ line-height: 40px; font-size: 18px; float: left; + text-decoration: none; } .date-select .buttons a:hover { diff --git a/js/jquery.dateselect.js b/js/jquery.dateselect.js index 3d1b45e..e5ed61e 100644 --- a/js/jquery.dateselect.js +++ b/js/jquery.dateselect.js @@ -37,8 +37,8 @@ '' + '' + '
' + - '' + - '' + + 'Cancel' + + 'OK' + '
' + '' + ''