From ba0812c4477fcae0b910f63de8134529797d51dc Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 27 Mar 2016 22:37:07 +0200 Subject: highlight table row on hover --- view/theme/redbasic/css/style.css | 1 + view/tpl/locmanage.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ {{foreach $hubs as $hub}} {{if ! $hub.deleted }} - + {{$hub.hubloc_addr}} {{$hub.hubloc_url}} {{if $hub.primary}}{{else}}{{/if}} -- cgit v1.2.3