Fix compile errors

This commit is contained in:
Mister Rajoy
2020-12-01 16:08:16 +01:00
parent 8d753a482c
commit 3002c1defb

View File

@@ -127,6 +127,7 @@
html+= '<option data-css= "'+css + '"value='+name+'>'+ name +'</option>'
})
return html;
}
function getSlider(option){
var html = "";
var id = "slider" ;
@@ -255,24 +256,7 @@
return false;
});
</script>
<style>
.color2{
display: block;
margin: 0;
margin-bottom: 0 !important;
font-family: inherit;
font-weight: inherit;
padding: 0.4em 0.25em;
/* must the 16px or larger to prevent iOS page zoom on focus */
font-size: 110%;
/* prevent padding from causing width overflow */
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
width: 100%;
}
</style>
</div>
</body>
</html>
</html>