From f871b933a2492321b4fb6696ee02ab17f1720f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 1 Jun 2021 16:03:46 +0300 Subject: [PATCH] Fixed #1312 - Bootstrap themes DataTable cell border --- public/themes/bootstrap4-dark-blue/theme.css | 2 +- public/themes/bootstrap4-dark-purple/theme.css | 2 +- public/themes/bootstrap4-light-blue/theme.css | 2 +- public/themes/bootstrap4-light-purple/theme.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index d8bdd4fa9..3046d81b0 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -2183,7 +2183,7 @@ .p-datatable .p-datatable-tbody > tr > td { text-align: left; border: 1px solid #3f4b5b; - border-width: 1px 0 0 0; + border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 575182316..cc0a898d6 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -2183,7 +2183,7 @@ .p-datatable .p-datatable-tbody > tr > td { text-align: left; border: 1px solid #3f4b5b; - border-width: 1px 0 0 0; + border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 6c12e08c2..28f0ba003 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -2183,7 +2183,7 @@ .p-datatable .p-datatable-tbody > tr > td { text-align: left; border: 1px solid #dee2e6; - border-width: 1px 0 0 0; + border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 053906a53..41fda70bc 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -2183,7 +2183,7 @@ .p-datatable .p-datatable-tbody > tr > td { text-align: left; border: 1px solid #dee2e6; - border-width: 1px 0 0 0; + border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,