Fix: Reduced seek bar thumb size to prevent accidental triggers
This commit is contained in:
parent
bdbcd58116
commit
8251a9ca60
1 changed files with 20 additions and 3 deletions
|
|
@ -1780,6 +1780,22 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
border-style: inset;
|
border-style: inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mdl-slider-container {
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mdl-slider{
|
||||||
|
height: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mdl-slider-background-flex-container {
|
||||||
|
backdrop-filter: var(--blurSmallest);
|
||||||
|
}
|
||||||
|
|
||||||
|
.mdl-slider-background-flex {
|
||||||
|
border-radius: var(--smallRadius);
|
||||||
|
}
|
||||||
|
|
||||||
.mdl-slider-background-lower {
|
.mdl-slider-background-lower {
|
||||||
background-color: var(--btnSubmitBorderColor);
|
background-color: var(--btnSubmitBorderColor);
|
||||||
}
|
}
|
||||||
|
|
@ -1788,9 +1804,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
background: var(--btnSubmitBorderColor);
|
background: var(--btnSubmitBorderColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .layout-desktop .mdl-slider::-webkit-slider-thumb {
|
.mdl-slider::-webkit-slider-thumb {
|
||||||
transform: scale(.05);
|
width: .75em !important;
|
||||||
} */
|
height: .75em !important;
|
||||||
|
}
|
||||||
|
|
||||||
.mdl-slider::-moz-range-thumb {
|
.mdl-slider::-moz-range-thumb {
|
||||||
background: var(--btnSubmitBorderColor);
|
background: var(--btnSubmitBorderColor);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue