diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index c713ed91..79309bd0 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -170,3 +170,9 @@ div.flot-text { .table-panel-container { background-color: rgba(0, 0, 0, .25) !important; } +/* table panel border size */ +.table-panel-table td { + padding: .45em 0 .45em 1.1em; + border-bottom: 1px solid #171819; + border-right: 1px solid #171819; +} diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index d00f9926..92dcbcdb 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -220,3 +220,9 @@ div.flot-text { .table-panel-container { background-color: rgba(0, 0, 0, .25) !important; } +/* table panel border size */ +.table-panel-table td { + padding: .45em 0 .45em 1.1em; + border-bottom: 1px solid #171819; + border-right: 1px solid #171819; +}