fix css
This commit is contained in:
@@ -498,12 +498,19 @@ select[multiple].input-sm {
|
||||
}
|
||||
|
||||
.panel > .panel-body > .list-container > .list > .list-group {
|
||||
.list-group-item {
|
||||
> .list-group-item {
|
||||
border-width: 0;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
> li.list-group-item:first-child {
|
||||
border-top-width: 1px;
|
||||
}
|
||||
> li.list-group-item:last-child {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.record {
|
||||
.panel-warning {
|
||||
> .panel-heading {
|
||||
|
||||
Reference in New Issue
Block a user