fixes #8670: move list group bg color to individual items for mo betta rendering
This commit is contained in:
parent
87c98478d2
commit
09edfcf8c2
3 changed files with 3 additions and 3 deletions
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
|
|
@ -2196,7 +2196,6 @@ input[type="button"].btn-block {
|
|||
.list-group {
|
||||
padding-left: 0;
|
||||
margin-bottom: 20px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
|
|
@ -2204,6 +2203,7 @@ input[type="button"].btn-block {
|
|||
display: block;
|
||||
padding: 10px 30px 10px 15px;
|
||||
margin-bottom: -1px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue