1
Surpriseplus
2022-10-14 6d536dea3cec157947947aa075bebde4305f29b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.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;*/
}