This commit is contained in:
Nicolas A. Tonne
2015-08-04 20:50:23 +02:00
parent 4aa0fc101a
commit b828237af3
3 changed files with 13 additions and 6 deletions

View File

@@ -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;