Transition on color for controls

This commit is contained in:
Kasper Rynning-Tønnesen
2018-01-23 14:35:14 +01:00
parent 6fb415bc32
commit cbd8872569

View File

@@ -2655,6 +2655,10 @@ nav ul li:hover, nav ul li.active {
bottom: 0px;
position: fixed;
pointer-events: all;
-webkit-transition: background-color .5s ease;
-moz-transition: background-color .5s ease;
-o-transition: background-color .5s ease;
transition: background-color .5s ease;
}
#chat-container {