From 2aa5ef9911b46debe1d1d25fe8605e88ca9206d2 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 15 Mar 2016 23:55:49 +0200 Subject: [PATCH] Fix for table style in Firefox --- public/css/built.css | 3 ++- public/css/style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/built.css b/public/css/built.css index 4a7c3612187f..c932978d3157 100644 --- a/public/css/built.css +++ b/public/css/built.css @@ -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; diff --git a/public/css/style.css b/public/css/style.css index 97f2bbf79edf..7480cbe0f2d1 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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;