Change flashing color of mobile drive toolbar button

pull/1/head
David Benqué 2020-09-15 11:03:43 +01:00
parent 17d55adb62
commit 31165865ae
1 changed files with 1 additions and 1 deletions

View File

@ -1378,7 +1378,7 @@ define([
}
$button.show();
$button.css({
background: '#000'
background: '#63b1f7'
});
window.setTimeout(function () {
$button.css({