aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-27 22:37:07 +0200
committerMario Vavti <mario@mariovavti.com>2016-03-27 22:37:07 +0200
commitba0812c4477fcae0b910f63de8134529797d51dc (patch)
treed5b99541e879fe31d04ac46bb067fae3146818e3 /view
parentdbde9a0940297f1ed5c02e0578013da3d052349e (diff)
downloadvolse-hubzilla-ba0812c4477fcae0b910f63de8134529797d51dc.tar.gz
volse-hubzilla-ba0812c4477fcae0b910f63de8134529797d51dc.tar.bz2
volse-hubzilla-ba0812c4477fcae0b910f63de8134529797d51dc.zip
highlight table row on hover
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css1
-rw-r--r--view/tpl/locmanage.tpl2
2 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 6ef9ea284..424055fbf 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -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;
diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl
index 6d8e90ad2..89d5295ad 100644
--- a/view/tpl/locmanage.tpl
+++ b/view/tpl/locmanage.tpl
@@ -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>