Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 236cc14

Browse files
Slider: Unset ui-btn-inner border-top for mini flip toggle switch handle because of the negative margin.
1 parent cb9bce6 commit 236cc14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/structure/jquery.mobile.forms.slider.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ div.ui-slider-switch {
143143
width: 25px;
144144
height: 25px;
145145
margin: 1px 0 0 -13px;
146+
padding: 0;
147+
border-top: none;
146148
}
147149
.ui-slider-handle-snapping {
148150
-webkit-transition: left 70ms linear;

0 commit comments

Comments
 (0)