Skip to content

Commit

Permalink
Nicer ranger
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Regan committed Jun 7, 2012
1 parent 2efea35 commit dbf072f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions public/css/nouislider.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
.sliderbar {
width: 400px;
border: 1px solid #bdbdbd;
height: 12px;
height: 20px;
border-radius: 4px;
background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%), #EEE;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1))), #EEE;
background: -moz-linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgb(239, 239, 239) 100%), #ffffff;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(247, 247, 247, 0)), to(rgb(239, 239, 239))), #ffffff;
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.noUi_handle {
height: 12px;
height: 20px;
width: 8px;
}

.noUi_midBar {
height: 12px;
.noUi_midBar {
height: 20px;
}

.noUi_midBar {
Expand All @@ -30,7 +33,7 @@
width: 30px;
height: 20px;
position: absolute;
top: -5px;
top: -1px;
left: -5px;
border: 1px solid #707070;
border-radius: 3px;
Expand Down

0 comments on commit dbf072f

Please sign in to comment.