diff options
-rw-r--r-- | apps/files/css/files.css | 1 | ||||
-rw-r--r-- | core/css/apps.css | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index a9c85127c66..375666141ba 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 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'] { |