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:
Diffstat (limited to 'plugins/Insights/stylesheets/insightVisualization.less')
-rw-r--r--plugins/Insights/stylesheets/insightVisualization.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Insights/stylesheets/insightVisualization.less b/plugins/Insights/stylesheets/insightVisualization.less
index b559c9e36a..a5ed362414 100644
--- a/plugins/Insights/stylesheets/insightVisualization.less
+++ b/plugins/Insights/stylesheets/insightVisualization.less
@@ -25,4 +25,11 @@
.notGrown {
color:red;
}
+
+ table td {
+ &.labelodd, &.labeleven {
+
+ background-image: none;
+ }
+ }
} \ No newline at end of file