Introduce small line for navigation sidebar
This commit is contained in:
parent
b50ac6ff2f
commit
5d1fb8cb11
2 changed files with 6 additions and 0 deletions
|
@ -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) {
|
||||
|
|
|
@ -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'] {
|
||||
|
|
Loading…
Reference in a new issue