From 31165865aeed2d12bc0929f555868562b4e13deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 15 Sep 2020 11:03:43 +0100 Subject: [PATCH] Change flashing color of mobile drive toolbar button --- www/common/drive-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index fe3b1b588..954d018da 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -1378,7 +1378,7 @@ define([ } $button.show(); $button.css({ - background: '#000' + background: '#63b1f7' }); window.setTimeout(function () { $button.css({