diff options
author | Michael Traeger <git@m.traeger-mail.de> | 2016-07-07 18:05:22 +0200 |
---|---|---|
committer | Michael Traeger <git@m.traeger-mail.de> | 2016-07-07 18:05:22 +0200 |
commit | 3f6a59ddf2576a62981fb9b7f0d033553cddef99 (patch) | |
tree | 3e79b5e102447784e43c7a00bc7d1463887b4754 /css | |
parent | 758a673323562e1a9125e72c785da4054fa7adcd (diff) |
fix user menu color
Diffstat (limited to 'css')
-rw-r--r-- | css/old_menu.css | 5 |
1 files 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 +} + |