aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Traeger <git@m.traeger-mail.de>2016-12-01 16:26:15 +0100
committerMichael Traeger <git@m.traeger-mail.de>2016-12-01 16:26:15 +0100
commit1868691e00c791ab28778e41cd84e3fcb273e9b4 (patch)
treec2e4a4660a09332fdb2b9ebebe1d295f4d59f15d
parent968b9513dea17b5915b8fd36cc881a98de3a0d71 (diff)
light grey as new default color - better default for both systems (hopefully)
-rw-r--r--css/classic_sidemenu.css2
1 files changed, 1 insertions, 1 deletions
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;