Fix for table style in Firefox
This commit is contained in:
parent
e0499ccf67
commit
2aa5ef9911
2 changed files with 4 additions and 2 deletions
3
public/css/built.css
vendored
3
public/css/built.css
vendored
|
|
@ -2216,7 +2216,8 @@ th:last-child {
|
|||
}
|
||||
|
||||
tr {border: none;}
|
||||
th {border-left: 1px solid #d26b26; }
|
||||
thead th {border-left: 1px solid #d26b26;}
|
||||
tbody td {border-left: 1px solid #FFFFFF;}
|
||||
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
|
||||
vertical-align: middle;
|
||||
border-top: none;
|
||||
|
|
|
|||
3
public/css/style.css
vendored
3
public/css/style.css
vendored
|
|
@ -89,7 +89,8 @@ th:last-child {
|
|||
}
|
||||
|
||||
tr {border: none;}
|
||||
th {border-left: 1px solid #d26b26; }
|
||||
thead th {border-left: 1px solid #d26b26;}
|
||||
tbody td {border-left: 1px solid #FFFFFF;}
|
||||
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
|
||||
vertical-align: middle;
|
||||
border-top: none;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue