summaryrefslogtreecommitdiffstats
path: root/core/css/apps.css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-08-30 20:47:22 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-08-30 20:47:22 +0200
commit5d1fb8cb1191a278402e6c37959f4e0ac45c515b (patch)
tree28f457f0a7532a8c01cff520aff01ff573ab18dc /core/css/apps.css
parentb50ac6ff2fa632a0f9a07a91582b6b2de613e8ad (diff)
downloadnextcloud-server-5d1fb8cb1191a278402e6c37959f4e0ac45c515b.tar.gz
nextcloud-server-5d1fb8cb1191a278402e6c37959f4e0ac45c515b.zip
Introduce small line for navigation sidebar
Diffstat (limited to 'core/css/apps.css')
-rw-r--r--core/css/apps.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 846eba8e4bf..4118e6ea668 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'] {