Fix for Issue #11411
This commit is contained in:
parent
fa710fdb09
commit
bff8ba2b79
3 changed files with 4 additions and 3 deletions
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
|
|
@ -1953,6 +1953,7 @@ output {
|
|||
|
||||
.form-control::-moz-placeholder {
|
||||
color: #999999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control:-ms-input-placeholder {
|
||||
|
|
@ -5655,7 +5656,7 @@ a.list-group-item.active:focus .list-group-item-text {
|
|||
}
|
||||
|
||||
.panel > .table,
|
||||
.panel > .table-responsive {
|
||||
.panel > .table-responsive > .table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
.panel {
|
||||
> .table,
|
||||
> .table-responsive {
|
||||
> .table-responsive > .table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
> .panel-body + .table,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue