diff --git a/php/controller.php b/php/controller.php index 8f93ed37..cd6a0f20 100755 --- a/php/controller.php +++ b/php/controller.php @@ -148,9 +148,10 @@ diff --git a/php/nochan.php b/php/nochan.php index 8e9388b6..0c471da5 100755 --- a/php/nochan.php +++ b/php/nochan.php @@ -179,9 +179,10 @@ if(isset($_GET['chan'])){ diff --git a/static/css/style.css b/static/css/style.css index 953fa78c..cc36fdd9 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -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;