diff options
Diffstat (limited to '')
-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; |