Browse Source

adjust table

pull/4/head
GilbN 7 years ago
parent
commit
4259bea66d
  1. 6
      CSS/themes/graforg.css
  2. 6
      CSS/themes/grafplex.css

6
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;
}

6
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;
}

Loading…
Cancel
Save