Fix autofocus and some animations

This commit is contained in:
Nicolas A. Tonne
2015-05-06 14:31:13 +02:00
parent 6c60b47837
commit f5495dba43
4 changed files with 11 additions and 7 deletions

View File

@@ -109,6 +109,10 @@ display: inline;
height: 120px;
}
#chan-card{
opacity: 0;
}
.white-bg{
background-color:white;
}