File tree 3 files changed +38
-3
lines changed
3 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 119
119
& ::-webkit-slider-thumb:before {
120
120
background : $track-bg-color ;
121
121
}
122
+ & ::-ms-fill-lower {
123
+ background : $track-bg-color ;
124
+ }
122
125
}
123
126
124
127
Original file line number Diff line number Diff line change 33
33
border : 0 ;
34
34
}
35
35
36
- & ::-webkit-slider-thumb:before {
36
+ & ::-webkit-slider-thumb:before {
37
37
/* what creates the colorful line on the left side of the slider */
38
38
position : absolute ;
39
39
top : ($range-slider-height / 2 ) - ($range-track-height / 2 );
54
54
// background: red;
55
55
// opacity: .5;
56
56
}
57
-
57
+ & ::-ms-track {
58
+ background : transparent ;
59
+ border-color : transparent ;
60
+ border-width : 11px 0 16px ;
61
+ color :transparent ;
62
+ margin-top :20px ;
63
+ }
64
+ & ::-ms-thumb {
65
+ width : $range-slider-width ;
66
+ height : $range-slider-height ;
67
+ border-radius : $range-slider-border-radius ;
68
+ background-color : $toggle-handle-off-bg-color ;
69
+ border-color :$toggle-handle-off-bg-color ;
70
+ box-shadow : $range-slider-box-shadow ;
71
+ margin-left :1px ;
72
+ margin-right :1px ;
73
+ outline :none ;
74
+ }
75
+ & ::-ms-fill-lower {
76
+ height : $range-track-height ;
77
+ background :$dark ;
78
+ }
79
+ & ::-ms-fill-upper {
80
+ height : $range-track-height ;
81
+ background :$range-default-track-bg ;
82
+ }
58
83
}
59
84
60
85
.range {
119
144
padding-right : 5px ;
120
145
padding-left : 0 ;
121
146
}
147
+
148
+ // WP range height must be auto
149
+ .platform-windowsphone {
150
+ .range input {
151
+ height :auto ;
152
+ }
153
+ }
Original file line number Diff line number Diff line change 8
8
< link href ="../../dist/css/ionic.css " rel ="stylesheet ">
9
9
< style >
10
10
body {
11
- position : absolute;;
11
+ position : absolute;
12
12
}
13
13
</ style >
14
14
</ head >
You can’t perform that action at this time.
0 commit comments