mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
commit
This commit is contained in:
@@ -416,8 +416,9 @@ ul #chat-log{
|
||||
margin: 0px;
|
||||
padding:0px;
|
||||
}
|
||||
#nav{
|
||||
background-color:rgba(255,255,255, 0.1);
|
||||
|
||||
#nav {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.control-list{
|
||||
@@ -489,6 +490,10 @@ ul #chat-log{
|
||||
.hover-text{display:none;}
|
||||
.nav-btn:hover > .hover-text {display:inline;}
|
||||
|
||||
nav ul li:hover, nav ul li.active {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.list-image{
|
||||
width: 34%;
|
||||
height: 66px;
|
||||
|
||||
Reference in New Issue
Block a user