Change flashing color of mobile drive toolbar button
parent
17d55adb62
commit
31165865ae
|
@ -1378,7 +1378,7 @@ define([
|
|||
}
|
||||
$button.show();
|
||||
$button.css({
|
||||
background: '#000'
|
||||
background: '#63b1f7'
|
||||
});
|
||||
window.setTimeout(function () {
|
||||
$button.css({
|
||||
|
|
Loading…
Reference in New Issue