diff options
author | Michael Traeger <git@m.traeger-mail.de> | 2016-12-01 16:26:15 +0100 |
---|---|---|
committer | Michael Traeger <git@m.traeger-mail.de> | 2016-12-01 16:26:15 +0100 |
commit | 1868691e00c791ab28778e41cd84e3fcb273e9b4 (patch) | |
tree | c2e4a4660a09332fdb2b9ebebe1d295f4d59f15d | |
parent | 968b9513dea17b5915b8fd36cc881a98de3a0d71 (diff) |
light grey as new default color - better default for both systems (hopefully)
-rw-r--r-- | css/classic_sidemenu.css | 2 |
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; |