Fix for sidebar vertical line issue; closes #2581

This commit is contained in:
marjohn56 2018-07-29 15:34:36 +01:00 committed by Franco Fichtner
parent fbdfcf758b
commit 9bdc16828e
2 changed files with 2 additions and 0 deletions

View File

@ -482,6 +482,7 @@ a.list-group-item:focus {
text-decoration: none !important;
color: #ec6d12 !important;
background-color: lightergrey !important;
border: none !important;
}
#navigation.col-sidebar-left > div > nav > #mainmenu > div > div {

View File

@ -7110,6 +7110,7 @@ main.page-content.col-lg-12 {
width: 70px;
background-color: transparent !important;
overflow: hidden;
border: none !important;
}
#navigation.col-sidebar-left > div.row {
height: 100% !important;