summaryrefslogtreecommitdiffstats
path: root/css/chat.css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-10 23:05:53 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-03-10 23:05:53 -0700
commit3eaecf134d4b50c3155d3387a3a387e236e7afcb (patch)
treece0c6cbc76cada3bfabe815cc21298f054cfe67f /css/chat.css
parent805a8fc305b140bc47e95a6ce4e01de0315bfe8c (diff)
downloadpathery-3eaecf134d4b50c3155d3387a3a387e236e7afcb.tar.xz
Chat mute-button click sound.
Diffstat (limited to 'css/chat.css')
-rw-r--r--css/chat.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/chat.css b/css/chat.css
index dda50eb..79354b1 100644
--- a/css/chat.css
+++ b/css/chat.css
@@ -24,6 +24,11 @@
top: 5px;
margin-right: 5px;
border-radius:5px;
+
+ transition:background-color 0.6s ease-out;
+ -webkit-transition:background-color 0.6s ease-out;
+ -o-transition:background-color 0.6s ease-out;
+ -moz-transition:background-color 0.6s ease-out;
}
.chatMute_true {
background-image: url(../images/Mute.png);