mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Fix for Issue #11411
This commit is contained in:
Vendored
+2
-1
@@ -1953,6 +1953,7 @@ output {
|
|||||||
|
|
||||||
.form-control::-moz-placeholder {
|
.form-control::-moz-placeholder {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control:-ms-input-placeholder {
|
.form-control:-ms-input-placeholder {
|
||||||
@@ -5655,7 +5656,7 @@ a.list-group-item.active:focus .list-group-item-text {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel > .table,
|
.panel > .table,
|
||||||
.panel > .table-responsive {
|
.panel > .table-responsive > .table {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
> .table,
|
> .table,
|
||||||
> .table-responsive {
|
> .table-responsive > .table {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
> .panel-body + .table,
|
> .panel-body + .table,
|
||||||
|
|||||||
Reference in New Issue
Block a user