diff options
Diffstat (limited to 'js/dojo/dojox/mobile/themes/custom/Slider-compat.css')
| -rw-r--r-- | js/dojo/dojox/mobile/themes/custom/Slider-compat.css | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/js/dojo/dojox/mobile/themes/custom/Slider-compat.css b/js/dojo/dojox/mobile/themes/custom/Slider-compat.css new file mode 100644 index 0000000..936dcd6 --- /dev/null +++ b/js/dojo/dojox/mobile/themes/custom/Slider-compat.css @@ -0,0 +1,42 @@ +/* dojox.mobile.Slider */ +.mblSlider { + background-image: url(compat/ui-widget-bg.png); + -moz-border-radius: 8px; + -o-border-radius: 8px; + -ms-border-radius: 8px; + border-radius: 8px; + -moz-user-select: none; /* prevent selection */ + -o-user-select: none; + -ms-user-select: none; + user-select: none; + -moz-box-sizing: content-box; /* make width and height consistent with a DIV */ + -o-box-sizing: content-box; + -ms-box-sizing: content-box; + box-sizing: content-box; +} +.mblSlider.mblSliderV { + background: #ABABAB; +} +.mblSliderProgressBar { + background-image: url(compat/ui-widget-bg.png); + background-repeat: repeat-x; + -moz-border-radius: 8px; + -o-border-radius: 8px; + -ms-border-radius: 8px; + border-radius: 8px; + _background-image: url(compat/slider-h-bar-bg.png); /* IE6 hack */ + _background-color: transparent; /* IE6 hack */ +} +.mblSliderV .mblSliderProgressBar { + background: #0D48A8; +} +.mblSliderHandle { + background-image: url(compat/ui-widget-bg.png); + -moz-border-radius: 10px; + -o-border-radius: 10px; + -ms-border-radius: 10px; + border-radius: 10px; +} +.mblSliderTransition { + transition-duration: 400ms; +} |
