Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed May 28, 2017
1 parent 3314765 commit b50af07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/nouislider.core.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
}
.@{noUi-css-prefix}-connect {
background: #3FB8AF;
border-radius: 4px;
box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
transition: background 450ms;
Expand Down
1 change: 1 addition & 0 deletions src/nouislider.pips.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/
.@{noUi-css-prefix}-value {
position: absolute;
white-space: nowrap;
text-align: center;
}
.@{noUi-css-prefix}-value-sub {
Expand Down
1 change: 1 addition & 0 deletions src/nouislider.tooltips.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
color: #000;
padding: 5px;
text-align: center;
white-space: nowrap;
}
.@{noUi-css-prefix}-horizontal .@{noUi-css-prefix}-tooltip {
-webkit-transform: translate(-50%, 0);
Expand Down

0 comments on commit b50af07

Please sign in to comment.