Fix function-name-case (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:54:06 +01:00
parent 2ac83a43d1
commit c243d00add

View File

@ -105,7 +105,7 @@
background: #00a4dc; background: #00a4dc;
background-image: none; background-image: none;
border: none; border: none;
transform: Scale(1.4, 1.4); transform: scale(1.4, 1.4);
} }
.mdl-slider::-ms-thumb { .mdl-slider::-ms-thumb {