Change flashing color of mobile drive toolbar button

pull/1/head
David Benqué 4 years ago
parent 17d55adb62
commit 31165865ae

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

Loading…
Cancel
Save