mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Transition on color for controls
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user