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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-10-04 03:39:50 +0300
committerGitHub <noreply@github.com>2016-10-04 03:39:50 +0300
commitf656aec54870ba1ce690bcd589693dee70be789b (patch)
tree707f7f71bd29dbae4ad23e181a01c42e3abb40d6 /plugins
parent59bf30e22bbf898e80357c3e3e09ce6fb5204f4c (diff)
Hide Real time map text message in UI test
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Morpheus/stylesheets/ui/_map.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Morpheus/stylesheets/ui/_map.less b/plugins/Morpheus/stylesheets/ui/_map.less
index 731f4e369b..702dfa0787 100644
--- a/plugins/Morpheus/stylesheets/ui/_map.less
+++ b/plugins/Morpheus/stylesheets/ui/_map.less
@@ -56,7 +56,9 @@
font-size: 14px;
}
-.uiTest .realTimeMap_datetime {
+.uiTest .realTimeMap_datetime,
+/* remove the message only in the dashboard as the real time map in its own report shows the same message */
+.fullWidgetColumn .uiTest .showing_visits_of {
visibility: hidden;
}
@@ -70,4 +72,4 @@
.realtime-map[data-name=white-bg] {
color: #808080 !important;
-} \ No newline at end of file
+}