mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
8 lines
603 B
CSS
8 lines
603 B
CSS
/* Slider
|
|
----------------------------------*/
|
|
.ui-slider { height: .8em; position: relative; }
|
|
.ui-slider-handle { position: absolute;z-index: 2;top: -.3em;width: 1.2em;height: 1.2em; }
|
|
.ui-slider-range { height: .8em;position: absolute;border-left: 0;border-right: 0;top: -1px;z-index: 1;opacity:.7;filter:Alpha(Opacity=70); }
|
|
.ui-slider-vertical { height: auto; width: .8em; }
|
|
.ui-slider-vertical .ui-slider-handle { top: auto; left: -.3em; }
|
|
.ui-slider-vertical .ui-slider-range { height: auto; width: .8em; border-left: 1px; border-right: 1px; border-top: 0; border-bottom: 0; top: auto; left: 0; } |