highlight table row on hover
This commit is contained in:
parent
dbde9a0940
commit
ba0812c447
@ -1510,6 +1510,7 @@ nav .dropdown-menu {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.locs-index-row:hover td,
|
||||
[id^="cloud-index-"]:hover td,
|
||||
.cloud-index-active {
|
||||
background-color: $item_colour;
|
||||
|
@ -28,7 +28,7 @@
|
||||
</tr>
|
||||
{{foreach $hubs as $hub}}
|
||||
{{if ! $hub.deleted }}
|
||||
<tr>
|
||||
<tr class="locs-index-row">
|
||||
<td>{{$hub.hubloc_addr}}</td>
|
||||
<td class="hidden-xs">{{$hub.hubloc_url}}</td>
|
||||
<td>{{if $hub.primary}}<i class="icon-check"></i>{{else}}<i class="icon-check-empty primehub" onclick="primehub({{$hub.hubloc_id}}); return false;"></i>{{/if}}</td>
|
||||
|
Reference in New Issue
Block a user