Skip to content

Commit ba3ea1f

Browse files
jezmckValentinH
authored andcommitted
added classes to floor and ceil label to allow styling (#337)
1 parent 7e9e194 commit ba3ea1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rzSliderTpl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</span> <!-- // 1 Highlight between two handles -->
66
<span class="rz-pointer rz-pointer-min" ng-style=minPointerStyle></span> <!-- // 2 Left slider handle -->
77
<span class="rz-pointer rz-pointer-max" ng-style=maxPointerStyle></span> <!-- // 3 Right slider handle -->
8-
<span class="rz-bubble rz-limit"></span> <!-- // 4 Floor label -->
9-
<span class="rz-bubble rz-limit"></span> <!-- // 5 Ceiling label -->
8+
<span class="rz-bubble rz-limit rz-floor"></span> <!-- // 4 Floor label -->
9+
<span class="rz-bubble rz-limit rz-ceil"></span> <!-- // 5 Ceiling label -->
1010
<span class="rz-bubble"></span> <!-- // 6 Label above left slider handle -->
1111
<span class="rz-bubble"></span> <!-- // 7 Label above right slider handle -->
1212
<span class="rz-bubble"></span> <!-- // 8 Range label when the slider handles are close ex. 15 - 17 -->

0 commit comments

Comments
 (0)