.ui-slider .ui-slider-handle {
|
position: absolute;
|
z-index: 2;
|
width: 0.6em;/*1.2*/
|
height: 1.2em;
|
cursor: default;
|
background-color: white !important;
|
background-image: url("");
|
}
|
.ui-slider-horizontal {
|
height: .1em;/*.8*/
|
}
|
.ui-slider-horizontal .ui-slider-handle {
|
top: -.7em;/*-.3*/
|
margin-left: -.3em;/*-.6*/
|
}
|
.ui-widget-content {
|
border: 1px solid #dddddd;
|
background: #ffffff; /*#f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;*/
|
color: #362b36;
|
}
|
|
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
|
border-bottom-right-radius: 2px;
|
}
|
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{
|
border-bottom-left-radius: 2px;
|
}
|
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{
|
border-top-right-radius: 2px;
|
}
|
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{
|
border-top-left-radius: 2px;
|
}
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
|
/*background: #BBBBBB 50% 50% repeat-x;*/
|
/*background-image: url("");*/
|
/*background: #222222 url("images/ui-bg_highlight-soft_35_222222_1x100.png") 50% 50% repeat-x;*/
|
/*background-color: #222222;*/
|
}
|