www-thermferm/jqwidgets/styles/jqx.mobile.css

changeset 336
217f330b05cb
parent 117
7119ea8a5225
child 511
2d1d43c3a2c2
--- a/www-thermferm/jqwidgets/styles/jqx.mobile.css	Mon Mar 09 09:42:18 2015 +0100
+++ b/www-thermferm/jqwidgets/styles/jqx.mobile.css	Wed Mar 18 14:45:43 2015 +0100
@@ -70,10 +70,10 @@
     color: inherit;
 }
 
-input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile {
+input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile, .jqx-input-group-addon-mobile {
     font-size: 100%;
     font-family: HelveticaNeue,sans-serif;
-    border-color: #b2b2b2;
+    border-color: #b2b2b2 !important;
     background: #fff;
 }
 
@@ -493,7 +493,9 @@
     -moz-box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
     box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
 }
-
+.jqx-file-upload-mobile .jqx-icon-arrow-up-mobile {
+  background-image: url('images/icon-up-blue.png');
+}
 .jqx-slider-track-mobile {
     background: #b4b4b5;
     border-color: #b4b4b5;
@@ -758,4 +760,6 @@
     border-radius: 0px;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
-}
\ No newline at end of file
+}
+.jqx-file-upload-file-name-mobile{padding:3px;}
+.jqx-file-upload-file-row-mobile{ height: 40px;}

mercurial