summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-11-13 14:42:08 +0000
committerDavid Baker <dbkr@matrix.org>2014-11-13 14:42:31 +0000
commitbfe20c11c393665ce722942381b4168ece09adf1 (patch)
tree39b878eee7fed66b1dbd3e456530906b90b848f3
parentSYN-138: Rewrite synctl in python and include it in the python distribution (diff)
downloadsynapse-bfe20c11c393665ce722942381b4168ece09adf1.tar.xz
remove now-unused styles
-rwxr-xr-xsyweb/webclient/app.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css
index 76f3d13ac1..a9e80aef9c 100755
--- a/syweb/webclient/app.css
+++ b/syweb/webclient/app.css
@@ -77,18 +77,6 @@ textarea, input {
     -webkit-filter: hue-rotate(-90deg);
 }
 
-#callEndedIcon {
-    transition:all linear 0.5s;
-}
-
-#callEndedIcon {
-    transform: rotateZ(45deg);
-}
-
-#callEndedIcon.ng-hide {
-    transform: rotateZ(0deg);
-}
-
 #callPeerImage {
     width: 32px;
     height: 32px;