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.less11
1 files changed, 2 insertions, 9 deletions
diff --git a/plugins/Insights/stylesheets/insightVisualization.less b/plugins/Insights/stylesheets/insightVisualization.less
index 75a7fddcf7..b18db6b893 100644
--- a/plugins/Insights/stylesheets/insightVisualization.less
+++ b/plugins/Insights/stylesheets/insightVisualization.less
@@ -8,16 +8,9 @@
.insightsDataTable {
.controls {
- padding: 10px;
- padding-bottom: 0px;
- font-size: 12px;
+ padding: 20px 10px 0 0;
margin-bottom: 10px;
- }
-
- .controlSeparator {
- height: 1px;
- border: 0px;
- background-color: #cccccc;
+ border-top: 1px solid @theme-color-border;
}
th.orderBy {