mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-04 08:34:11 +01:00
8 lines
635 B
CSS
8 lines
635 B
CSS
/* This file skins sliders */
|
|
|
|
.ui-slider-handle { position: absolute; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url(i/slider-handle.gif); }
|
|
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
|
|
|
|
/* Default slider backgrounds */
|
|
.ui-slider-1 { width: 200px; height: 23px; position: relative; background-image: url(i/slider-bg-1.png); background-repeat: no-repeat; background-position: center center; }
|
|
.ui-slider-2 { width: 200px; height: 23px; position: relative; background-image: url(i/slider-bg-2.png); background-repeat: no-repeat; background-position: center center; } |