Make navigation and playback control TV-friendly

This commit is contained in:
Dmitry Lyzo 2019-11-09 11:48:52 +03:00
parent 9c47f8fc1c
commit 3896c18e26
4 changed files with 142 additions and 1 deletions

View file

@ -87,6 +87,10 @@ _:-ms-input-placeholder {
transform: scale(1.6);
}
.mdl-slider.show-focus:focus::-webkit-slider-thumb {
transform: scale(1.6);
}
.slider-no-webkit-thumb::-webkit-slider-thumb {
opacity: 0 !important;
}