Fix compile errors
This commit is contained in:
@@ -127,6 +127,7 @@
|
|||||||
html+= '<option data-css= "'+css + '"value='+name+'>'+ name +'</option>'
|
html+= '<option data-css= "'+css + '"value='+name+'>'+ name +'</option>'
|
||||||
})
|
})
|
||||||
return html;
|
return html;
|
||||||
|
}
|
||||||
function getSlider(option){
|
function getSlider(option){
|
||||||
var html = "";
|
var html = "";
|
||||||
var id = "slider" ;
|
var id = "slider" ;
|
||||||
@@ -255,24 +256,7 @@
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
</script>
|
</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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user