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

Commit 5370652

Browse files
Rangeslider: moved input z-index to fieldcontain MQ and added spaces.
1 parent 4adc2f9 commit 5370652

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css/structure/jquery.mobile.forms.rangeslider.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@
6969
right: 0;
7070
left: 0;
7171
}
72-
.ui-field-contain .ui-rangeslider input.ui-input-text.ui-slider-input{
73-
position: relative;
74-
z-index:1;
75-
}
72+
7673
@media all and (max-width: 27.9375em){
7774
.ui-rangeslider label.ui-slider {
7875
margin-right: 15px;
@@ -110,6 +107,10 @@
110107
vertical-align: middle;
111108
font-size: 0;
112109
}
110+
.ui-field-contain .ui-rangeslider input.ui-input-text.ui-slider-input {
111+
position: relative;
112+
z-index: 1;
113+
}
113114
.ui-field-contain .ui-rangeslider input.ui-input-text.ui-slider-input.ui-rangeslider-first {
114115
display: inline-block;
115116
float: none;

0 commit comments

Comments
 (0)