aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/css/multi-handle-slider.css
blob: cf6c1b9bf9fccbf2f8516197276bcc0b77689288 (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
div, span {
    border-radius: 0 !important;
}

.sliderWrapper {
    display: block;
    position: absolute;
    background-color: #629bcd;
    opacity: 0.9;
    border: 'solid 0px';
    width: 682px;
    height: 80px;
    top: 10%;
    left: 5%;
}

.tooltip-style {
    opacity: 1;
    left: -14px;
    top: -25px;
    background-color: rgb(59, 173, 240) !important;
}

.tooltip-style-bottom {
    opacity: 1;
    left: -12px;
    top: 18px;
    white-space: nowrap;
    background-color: rgb(59, 173, 240) !important;
}

.centerRail {
    text-align: left;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 575px;
}

.tooltip-inner {
    background-color: #629bcd;
!important;
}

.tooltip-text {
    opacity: 1 !important;
}

.sliderValues {
    left: 5%;
    top: 30%;
    position: absolute;
}