adjust table
This commit is contained in:
parent
326201052e
commit
4259bea66d
@ -170,3 +170,9 @@ div.flot-text {
|
|||||||
.table-panel-container {
|
.table-panel-container {
|
||||||
background-color: rgba(0, 0, 0, .25) !important;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
@ -220,3 +220,9 @@ div.flot-text {
|
|||||||
.table-panel-container {
|
.table-panel-container {
|
||||||
background-color: rgba(0, 0, 0, .25) !important;
|
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…
Reference in New Issue
Block a user