summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-09-15 14:41:54 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-09-15 14:41:54 -0400
commit2a7699ac57249422b09951cecf8f93c641634990 (patch)
treebf9a2baa7b9ce588a3c9cd2a96234df0cacbe55a /www/css
parent606d3b95e941f48c8963d3996920472145da1200 (diff)
Fixed the colossal crap that was PIN code auth. Still need to clean up rough edges but overall looks good now
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 3255c156..58ab4b27 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -395,10 +395,18 @@ input[type=range]::-webkit-slider-thumb {
}
/* this is for input = password and dialog = text */
-input[type=number] {
+.pinCode input[type=number] {
-webkit-text-security: disc;
}
+
+.pinCode input[type=number]{
+ height: 50px;
+ width:200px;
+ text-align: center;
+ font-size: 2em;
+ border: 1px solid #000;
+}
/*.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%
}*/