From 5d1fb8cb1191a278402e6c37959f4e0ac45c515b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 30 Aug 2015 20:47:22 +0200 Subject: [PATCH] Introduce small line for navigation sidebar --- apps/files/css/files.css | 1 + core/css/apps.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index a9c85127c6..375666141b 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -137,6 +137,7 @@ bottom: 44px; width: inherit !important; background-color: #fff; + border-right: 1px solid #eee; } /* double padding to account for Deleted files entry, issue with Firefox */ .app-files #app-navigation > ul li:nth-last-child(2) { diff --git a/core/css/apps.css b/core/css/apps.css index 846eba8e4b..4118e6ea66 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -28,6 +28,7 @@ -moz-user-select: none; -ms-user-select: none; user-select: none; + border-right: 1px solid #eee; } #app-navigation > ul { position: relative; @@ -482,6 +483,10 @@ max-height: 300px; overflow-y: auto; } +#app-settings-content, +#app-settings-header { + border-right: 1px solid #eee; +} /* display input fields at full width */ #app-settings-content input[type='text'] {