mirror of https://github.com/abpframework/abp.git
1 changed files with 27 additions and 8 deletions
@ -1,12 +1,31 @@ |
|||
.custom-scroll-container > .col-4 { |
|||
overflow: hidden; |
|||
overflow-y: auto; |
|||
max-height: 499px; |
|||
fieldset legend { |
|||
float: none; |
|||
width: auto; |
|||
} |
|||
|
|||
.lpx-scroll-pills-container ul { |
|||
display: block; |
|||
position: relative; |
|||
z-index: 123; |
|||
max-height: 500px; |
|||
overflow-y: auto; |
|||
} |
|||
|
|||
.lpx-scroll-pills-container .tab-content { |
|||
padding-top: 0 !important; |
|||
padding-bottom: 0 !important; |
|||
} |
|||
|
|||
.lpx-scroll-pills-container ul li { |
|||
border: 1px solid #e8eef3; |
|||
margin-bottom: 10px; |
|||
border-radius: 10px; |
|||
} |
|||
|
|||
.lpx-scroll-pills-container ul li a.active { |
|||
color: #fff !important; |
|||
border-color: #6c5dd3 !important; |
|||
background-color: #6c5dd3 !important; |
|||
} |
|||
|
|||
.custom-scroll-content { |
|||
max-height: 440px; |
|||
.lpx-theme-dark .lpx-scroll-pills-container ul li { |
|||
border: 1px solid #23262a; |
|||
} |
|||
|
|||
Loading…
Reference in new issue