From a8a0cad6d6f7f56d5424cbf5adb87381dbab2f48 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 12 Feb 2018 17:48:56 -0500 Subject: [PATCH] Style the message which accompanies the spinner for cases where the message is set. --- app/www/static/css/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/www/static/css/index.css b/app/www/static/css/index.css index f64cdcb..9749ec1 100644 --- a/app/www/static/css/index.css +++ b/app/www/static/css/index.css @@ -417,13 +417,12 @@ body.mobile footer{ display: none; width: 200px; height: 44px; - border-radius: 6px; position: fixed; left: 50%; margin-left: -100px; margin-top: 45px; - background: rgba(100, 100, 100, 0.5); color: #fff; + text-align: center; text-shadow: 1px 1px 0px #000; } #msg.active{