mirror of https://github.com/zulip/zulip.git
bootstrap: Remove bootstrap CSS for table-condensed class.
This commit re-adds bootstrap CSS rules defined using "table-condensed" class to the required files and removes them from bootstrap.css.
This commit is contained in:
parent
1111cbb190
commit
806abf7d1c
|
@ -744,6 +744,11 @@ div.overlay {
|
|||
width: 1%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
& th,
|
||||
td {
|
||||
padding: 4px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.table-bordered {
|
||||
|
@ -755,6 +760,7 @@ div.overlay {
|
|||
& th,
|
||||
td {
|
||||
border-left: 1px solid hsl(0deg 0% 87%);
|
||||
padding: 4px 5px;
|
||||
}
|
||||
|
||||
thead tr:first-child > th:first-child {
|
||||
|
|
|
@ -239,10 +239,6 @@ table {
|
|||
.table thead:first-child tr:first-child th {
|
||||
border-top: 0;
|
||||
}
|
||||
.table-condensed th,
|
||||
.table-condensed td {
|
||||
padding: 4px 5px;
|
||||
}
|
||||
.table-striped tbody > tr:nth-child(odd) > td {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue