update components
This commit is contained in:
parent
c74ba9980b
commit
862871630a
6 changed files with 23 additions and 38 deletions
|
@ -94,8 +94,10 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider {
|
|||
}
|
||||
|
||||
.layout-tv .mdl-slider::-webkit-slider-thumb {
|
||||
width: 2vh;
|
||||
height: 2vh;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.mdl-slider::-moz-range-thumb {
|
||||
|
@ -147,21 +149,6 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider {
|
|||
background: gray;
|
||||
}
|
||||
|
||||
.layout-tv .mdl-slider::-ms-thumb {
|
||||
width: 2vh;
|
||||
height: 2vh;
|
||||
}
|
||||
|
||||
.layout-tv .mdl-slider::-webkit-slider-thumb {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.layout-tv .mdl-slider:hover::-webkit-slider-thumb {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.mdl-slider.is-lowest-value::-webkit-slider-thumb {
|
||||
/*border: 2px solid #52B54B;
|
||||
background: transparent;*/
|
||||
|
@ -329,11 +316,9 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider {
|
|||
position: absolute;
|
||||
top: -3.7em;
|
||||
left: 0;
|
||||
padding: .75em;
|
||||
background: #3367d6;
|
||||
padding: .5em 1em;
|
||||
background: #282828;
|
||||
color: #fff;
|
||||
border-radius: 1000px;
|
||||
font-size: 90%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue