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/CoreHome/stylesheets/dataTable/_dataTable.less')
-rw-r--r--plugins/CoreHome/stylesheets/dataTable/_dataTable.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/CoreHome/stylesheets/dataTable/_dataTable.less b/plugins/CoreHome/stylesheets/dataTable/_dataTable.less
index ecb1b480f5..5c321005ad 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_dataTable.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_dataTable.less
@@ -480,6 +480,8 @@ tr.level12 td.label {
table.dataTable td.label img {
margin-top: -3px;
+ max-width: 16px;
+ max-height: 16px;
}
tr td.label img.plusMinus {
@@ -607,4 +609,4 @@ td.cellSubDataTable .loadingPiwik {
}
}
}
-} \ No newline at end of file
+}