equal
deleted
inserted
replaced
261 |
261 |
262 .SliderWidget { |
262 .SliderWidget { |
263 |
263 |
264 } |
264 } |
265 /* slider */ |
265 /* slider */ |
266 .sliderBackground { |
266 .Ldt-sliderBackground { |
267 background-color: #B6B8B8; |
267 background-color: #B6B8B8; |
268 width: 100%; |
268 width: 100%; |
269 padding-top: 5px; |
269 height: 5px; |
270 } |
270 position: absolute; |
271 |
271 z-index: 2; |
272 .sliderForeground { |
272 } |
|
273 |
|
274 .Ldt-sliderForeground { |
273 background-color: #747474; |
275 background-color: #747474; |
274 padding-top: 5px; |
276 padding-top: 5px; |
275 z-index: 2; |
277 z-index: 2; |
276 width: 0px; |
278 width: 0px; |
277 position: absolute; |
279 position: absolute; |
278 top: 0%; |
280 top: 0%; |
279 width: 0%; |
281 width: 0%; |
280 } |
282 } |
281 |
283 |
|
284 .Ldt-sliderPositionMarker { |
|
285 position: absolute; |
|
286 z-index: 100; |
|
287 background-color: blue; |
|
288 height: 5px; |
|
289 width: 5px; |
|
290 top: 0%; |
|
291 } |
|
292 |
282 .positionMarker { |
293 .positionMarker { |
283 position: absolute; |
294 position: absolute; |
284 z-index: 100; |
295 z-index: 100; |
285 width: 1px; |
296 width: 1px; |
286 height: 20px; |
297 height: 20px; |