From 1868691e00c791ab28778e41cd84e3fcb273e9b4 Mon Sep 17 00:00:00 2001 From: Michael Traeger Date: Thu, 1 Dec 2016 16:26:15 +0100 Subject: light grey as new default color - better default for both systems (hopefully) --- css/classic_sidemenu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/classic_sidemenu.css b/css/classic_sidemenu.css index a99ba6d..a839872 100644 --- a/css/classic_sidemenu.css +++ b/css/classic_sidemenu.css @@ -6,7 +6,7 @@ #content {margin-top: 0px;} #content-wrapper {padding-left: 100px !important;width: 100% !important;} #navigation{ - background-color: #1d2d44; /*remove this line for standard dark or set #0082c9 for nextcloud blue*/ + background-color: #ddd; /*comment this line for default color or set #0082c9 for nextcloud blue or #1d2d44 for owncloud blue*/ visibility:visible; display: block !important; position:fixed !important; -- cgit v1.2.3