diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-09-14 14:36:13 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-09-14 14:36:13 -0400 |
| commit | 8d318ef588f10d1eb3a49c663373052f228c5680 (patch) | |
| tree | 409eae1c1e2a5882f5fb2ed652702f93ce6382ee /www/css | |
| parent | 6b5c7cf6c3ee67efe3ee7842c1e12c6902f7f31e (diff) | |
Added feature to pin lock app
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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% }*/ |
