From abd7aa7ae01eb8e8b99c30f3740a4ba7a101f285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 11 Jun 2015 01:38:53 +0200 Subject: [PATCH] TRANSITIONS MAN --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 03a55b66..3f5dddf5 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -308,6 +308,10 @@ ul #chat-log{ #channelpage{ background-color:#2D2D2D; + -webkit-transition: background-color .5s ease; + -moz-transition: background-color .5s ease; + -o-transition: background-color .5s ease; + transition: background-color .5s ease; } .main{