Merge pull request #337 from bergware/master

CSS correction VM list for themes white and black
This commit is contained in:
tom mortensen
2018-05-03 08:04:45 -07:00
committed by GitHub
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ th.five{width:5%}
tbody > tr.sortable:hover{cursor:move}
</style>
<div class="spinner fixed"></div>
<table id="kvm_table" class="tablesorter shift">
<table id="kvm_table" class="tablesorter four shift">
<thead><tr><th><a href="#" style="cursor:hand;margin-left:12px" onclick="resetSorting()" title="Reset sorting"><i class="fa fa-th-list"></i></a></th><th>Name</th><th>Description</th><th>CPUs</th><th>Memory</th><th>vDisks</th><th>Graphics</th><th class="five">Autostart</th></tr></thead>
<tbody id="kvm_list"><tr><td colspan='8'><div class="spinner"></div></td></tr></tbody>
</table>
+1
View File
@@ -54,6 +54,7 @@ table.tablesorter thead tr .tablesorter-headerAsc{background-image:url(../images
table.tablesorter thead tr .tablesorter-headerDesc{background-image:url(../images/sort-desc.png)}
table.tablesorter thead tr .tablesorter-headerAsc, table.tablesorter thead tr .tablesorter-headerDesc{background-color:#101010}
table.tablesorter tbody tr:nth-child(even){background-color:#0C0C0C}
table.tablesorter.four tbody tr:nth-child(4n-1){background-color:#0C0C0C}
table.tablesorter tbody tr.tr_last{background:#181818;border-top:1px solid #202020;border-bottom:1px solid #202020}
table.tablesorter tbody tr.tr_last td{padding:8px 20px 8px 6px}
table.tablesorter tbody td{padding:4px 20px 4px 6px;vertical-align:middle;text-align:justify}
+1
View File
@@ -54,6 +54,7 @@ table.tablesorter thead tr .tablesorter-headerAsc{background-image:url(../images
table.tablesorter thead tr .tablesorter-headerDesc{background-image:url(../images/sort-desc.png)}
table.tablesorter thead tr .tablesorter-headerAsc, table.tablesorter thead tr .tablesorter-headerDesc{background-color:#E0E0E0}
table.tablesorter tbody tr:nth-child(even){background-color:#F8F8F8}
table.tablesorter.four tbody tr:nth-child(4n-1){background-color:#F8F8F8}
table.tablesorter tbody tr.tr_last{background:#F0F0F0;border-top:1px solid #E8E8E8;border-bottom:1px solid #E8E8E8}
table.tablesorter tbody tr.tr_last td{padding:8px 20px 8px 6px}
table.tablesorter tbody td{padding:4px 20px 4px 6px;vertical-align:middle;text-align:justify}