Introduce small line for navigation sidebar

This commit is contained in:
Morris Jobke 2015-08-30 20:47:22 +02:00
parent b50ac6ff2f
commit 5d1fb8cb11
2 changed files with 6 additions and 0 deletions

View file

@ -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) {

View file

@ -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'] {