mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for table style in Firefox
This commit is contained in:
parent
e0499ccf67
commit
2aa5ef9911
3
public/css/built.css
vendored
3
public/css/built.css
vendored
@ -2216,7 +2216,8 @@ th:last-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tr {border: none;}
|
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 {
|
.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;
|
vertical-align: middle;
|
||||||
border-top: none;
|
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;}
|
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 {
|
.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;
|
vertical-align: middle;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user