irc button - on mouseup go back to normal color

This commit is contained in:
Carsten Haitzler 2017-07-11 11:56:06 +09:00
parent 6e33cd8225
commit 5892ee84a4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div id="ircbutton"
onmousedown="this.style.background='#3399ff'"
onmouseup="this.style.background='#101010'"
onmouseup="this.style.background='#181818'"
onclick="{
var d = document.getElementById('ircbubble');
if (!(d.style.display === 'none')) {