diff options
Diffstat (limited to 'phonegap/www')
-rw-r--r-- | phonegap/www/css/mobile.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phonegap/www/css/mobile.css b/phonegap/www/css/mobile.css index 45623e666..f17f753fd 100644 --- a/phonegap/www/css/mobile.css +++ b/phonegap/www/css/mobile.css @@ -127,6 +127,15 @@ ol.big-numbers > li { display: none; } +input.green-btn, +input.green-btn:hover { + border-radius: 2px; + background: #9fde23; + border-top: #CAEF80; + border-left: #BCEF58; + border-right: #BCEF58; +} + #loadingSpinner { display: none; } |