Feature: Device Importing & Exporting
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
.tableData > tbody > tr:hover > td {
|
||||
background-color: #e8eef4;
|
||||
}
|
||||
.tableData > tfoot > tr > th,
|
||||
.tableData > tfoot > tr > td {
|
||||
background-color: #e8eef4;
|
||||
}
|
||||
.tableDataDark {
|
||||
border: solid 1px #8db2d8;
|
||||
border-collapse: collapse;
|
||||
@@ -490,6 +494,10 @@ table.genericData > tbody > tr > th {
|
||||
table.genericData > tbody > tr:hover > td {
|
||||
background-color: #e8eef4;
|
||||
}
|
||||
table.genericData > tfoot > tr > th,
|
||||
table.genericData > tfoot > tr > td {
|
||||
background-color: #e8eef4;
|
||||
}
|
||||
table.genericData td.id {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -711,6 +719,10 @@ table.jobTable > tbody > tr > th {
|
||||
table.jobTable > tbody > tr:hover > td {
|
||||
background-color: #e8eef4;
|
||||
}
|
||||
table.jobTable > tfoot > tr > th,
|
||||
table.jobTable > tfoot > tr > td {
|
||||
background-color: #e8eef4;
|
||||
}
|
||||
table.jobTable.hideStatusClosed tr[data-status=Closed] {
|
||||
display: none;
|
||||
}
|
||||
@@ -1039,7 +1051,7 @@ div.columnHost .column50 {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.code {
|
||||
font-family: Consolas, monospace;
|
||||
font-family: Consolas, "Courier New", monospace;
|
||||
}
|
||||
div.code {
|
||||
border: 1px dashed #bbb;
|
||||
|
||||
Reference in New Issue
Block a user