From 8d318ef588f10d1eb3a49c663373052f228c5680 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Mon, 14 Sep 2015 14:36:13 -0400 Subject: Added feature to pin lock app --- www/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 14453453..3255c156 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -394,6 +394,11 @@ input[type=range]::-webkit-slider-thumb { } +/* this is for input = password and dialog = text */ +input[type=number] { + -webkit-text-security: disc; +} + /*.mySliderClass.jslider.sliderCSS div.jslider-pointer {top:-10px;left:15px;width:60px;height:60px;margin-left:-5px;background-color:silver;background-color:#615959;border-radius:50% }*/ -- cgit v1.2.3