summaryrefslogtreecommitdiff
path: root/www/js/PortalLoginCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-16 04:50:06 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-16 04:50:06 -0400
commit374b1e58d415c5e2525a45654893516c798c5f44 (patch)
tree11b7944932cda25cb24cd8b4964be23dc45adbac /www/js/PortalLoginCtrl.js
parentac0837bd6e9db58164b404076bd5ef677a4dac09 (diff)
#249 - new color scheme
Former-commit-id: f4b8c44e19d528ee37ff4cfcee11610e908c0105
Diffstat (limited to 'www/js/PortalLoginCtrl.js')
-rw-r--r--www/js/PortalLoginCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js
index 4f8df895..b5a3cea0 100644
--- a/www/js/PortalLoginCtrl.js
+++ b/www/js/PortalLoginCtrl.js
@@ -157,7 +157,7 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic
zmAutoLogin.start();
// PIN is fine, or not set so lets login
- zmAutoLogin.doLogin("<button class='button button-clear' style='line-height: normal; min-height: 0; min-width: 0;' ng-click='$root.cancelAuth()'><i class='ion-close-circled'></i>&nbsp;authenticating...</button>")
+ zmAutoLogin.doLogin("<button class='button button-clear' style='line-height: normal; min-height: 0; min-width: 0;color:#fff;' ng-click='$root.cancelAuth()'><i class='ion-close-circled'></i>&nbsp;authenticating...</button>")
.then(function (data) // success
{
ZMDataModel.zmDebug("PortalLogin: auth success");