Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-24 10:46:40 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-24 10:47:01 +0400
commitc0f2eb2d7e74ba114a6b8ccf69823c98da5ebe88 (patch)
treedfe95c2181da3511f3ab3980970de062b8d5df06 /plugins/Live
parentb7bfa2b6367371fe0675d1c0d1fd673e6f8294c7 (diff)
Refs #3089, show visitor profile launch link on hover of entire row instead of just last cell.
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/stylesheets/live.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less
index 1875fd7934..f062aa04bb 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -178,7 +178,7 @@ ol.visitorLog p {
.visitor-log-page-list {
position:relative;
}
-.visitor-log-page-list:hover .visitor-log-visitor-profile-link {
+.dataTableVizVisitorLog tr:hover .visitor-log-visitor-profile-link {
display:inline;
}
a.visitor-log-visitor-profile-link {