mirror of
https://github.com/unraid/webgui.git
synced 2026-04-20 17:02:10 -05:00
Merge pull request #337 from bergware/master
CSS correction VM list for themes white and black
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user