Dashboard buttons easy colour state change?

Just make one ui_template per tab (cant be in site head) or abuse one if you have
Fill with that

<script>
$('button').click(function() {
  window.navigator.vibrate([80])
})
</script>

And all buttons will vibrate.

2 Likes