Skip to content

Commit

Permalink
Merge branch 'release/1.7.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleslimghost committed Aug 4, 2014
2 parents 5ce3a75 + 94981d0 commit a3edb85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elessar",
"version": "1.7.5",
"version": "1.7.6",
"description": "Draggable multiple range sliders",
"authors": [
"Matt Brennan <[email protected]>"
Expand Down
8 changes: 8 additions & 0 deletions elessar.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
}
.elessar-range {
position: absolute;
cursor: pointer;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
Expand Down Expand Up @@ -81,6 +82,12 @@
height: 30px;
line-height: 30px;
background: #ccc;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.elessar-delete-confirm {
background: red;
Expand All @@ -106,6 +113,7 @@ body.elessar-resizing.elessar-resizing-vertical .handle {
body.elessar-dragging,
body.elessar-dragging .bar,
body.elessar-dragging .handle {
cursor: move !important;
cursor: -webkit-grabbing !important;
cursor: -moz-grabbing !important;
cursor: grabbing !important;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elessar",
"version": "1.7.5",
"version": "1.7.6",
"description": "Draggable multiple range sliders",
"main": "lib/rangebar.js",
"author": "Matt Brennan <[email protected]>",
Expand Down

0 comments on commit a3edb85

Please sign in to comment.