121 lines
3.1 KiB
Plaintext
121 lines
3.1 KiB
Plaintext
.slider-horizontal {
|
|
height: 30px;
|
|
padding-top: 10px;
|
|
padding-right: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.slider-horizontal-container {
|
|
height: 10px;
|
|
background-color: rgb(128, 128, 128);
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-left-color: rgb(51, 51, 51);
|
|
border-right-color: rgb(51, 51, 51);
|
|
border-top-color: rgb(51, 51, 51);
|
|
border-bottom-color: rgb(51, 51, 51);
|
|
flex-direction: row;
|
|
}
|
|
|
|
.slider-horizontal-tracker {
|
|
background-color: rgb(255, 255, 255);
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
width: 50%;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.slider-horizontal-dragger {
|
|
width: 16px;
|
|
height: 16px;
|
|
background-color: rgb(255, 255, 255);
|
|
flex-shrink: 0;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-left-color: rgb(51, 51, 51);
|
|
border-right-color: rgb(51, 51, 51);
|
|
border-top-color: rgb(51, 51, 51);
|
|
border-bottom-color: rgb(51, 51, 51);
|
|
border-top-left-radius: 10px;
|
|
border-top-right-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
border-bottom-left-radius: 10px;
|
|
translate: 8px 0;
|
|
}
|
|
|
|
.slider-vertical {
|
|
height: auto;
|
|
padding-top: 10px;
|
|
padding-right: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 10px;
|
|
width: 30px;
|
|
flex-grow: 1;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.slider-vertical-container {
|
|
height: auto;
|
|
background-color: rgb(128, 128, 128);
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-left-color: rgb(51, 51, 51);
|
|
border-right-color: rgb(51, 51, 51);
|
|
border-top-color: rgb(51, 51, 51);
|
|
border-bottom-color: rgb(51, 51, 51);
|
|
flex-direction: column;
|
|
width: 10px;
|
|
}
|
|
|
|
.slider-vertical-tracker {
|
|
background-color: rgb(255, 255, 255);
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
width: auto;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
height: 50%;
|
|
}
|
|
|
|
.slider-vertical-dragger {
|
|
width: 16px;
|
|
height: 16px;
|
|
background-color: rgb(255, 255, 255);
|
|
flex-shrink: 0;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-left-color: rgb(51, 51, 51);
|
|
border-right-color: rgb(51, 51, 51);
|
|
border-top-color: rgb(51, 51, 51);
|
|
border-bottom-color: rgb(51, 51, 51);
|
|
border-top-left-radius: 10px;
|
|
border-top-right-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
border-bottom-left-radius: 10px;
|
|
translate: 0 8px;
|
|
}
|