Skip to content

Commit

Permalink
Bump version, remove custom cursor on inputs now that they're editable
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Jul 23, 2014
1 parent 4249557 commit 37f439b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-daterangepicker",
"version": "1.3.7",
"version": "1.3.9",
"main": [
"daterangepicker.js",
"daterangepicker-bs3.css"
Expand Down
4 changes: 0 additions & 4 deletions daterangepicker-bs3.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@
width: 74px;
}

.daterangepicker .ranges .input-mini:hover {
cursor: pointer;
}

.daterangepicker .ranges ul {
list-style: none;
margin: 0;
Expand Down
4 changes: 2 additions & 2 deletions daterangepicker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @version: 1.3.8
* @version: 1.3.9
* @author: Dan Grossman http://www.dangrossman.info/
* @date: 2014-07-10
* @date: 2014-07-23
* @copyright: Copyright (c) 2012-2014 Dan Grossman. All rights reserved.
* @license: Licensed under Apache License v2.0. See http://www.apache.org/licenses/LICENSE-2.0
* @website: http://www.improvely.com/
Expand Down

0 comments on commit 37f439b

Please # to comment.