From 3f6a59ddf2576a62981fb9b7f0d033553cddef99 Mon Sep 17 00:00:00 2001 From: Michael Traeger Date: Thu, 7 Jul 2016 18:05:22 +0200 Subject: fix user menu color --- css/old_menu.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/old_menu.css b/css/old_menu.css index 81e2f38..c8f9f74 100644 --- a/css/old_menu.css +++ b/css/old_menu.css @@ -1,6 +1,6 @@ @media screen and (min-width: 1100px){ -#expanddiv {background-color: #1d2d44;} +/*#expanddiv {background-color: #1d2d44;}*/ #controls{width: 91% !important;margin-left: 100px !important;} /*#app-navigation + #app-content #controls{width: 74.2% !important;left: auto !important;}*/ @@ -53,4 +53,5 @@ table.multiselect thead{left: auto !important;margin: 0px !important; padding: 0 /* owncloud-markdown (https://github.com/icewind1991/owncloud-markdown) */ #md_preview {padding-left: 60px;} -} \ No newline at end of file +} + -- cgit v1.2.3