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:
authorThomas Steur <tsteur@users.noreply.github.com>2015-08-13 18:26:27 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-08-13 18:26:27 +0300
commit1e2b647813ea8c5a5e11e74abf3015a6e7f1acea (patch)
tree55d8c880a893df49a233f05532700a08ded180bf /plugins/Morpheus
parent9067f13003ab6c8ac2dd4f1642b7d6aaa1baca89 (diff)
parent063496f515ba8e28e52876e0125125c5e7724ee3 (diff)
Merge pull request #8466 from piwik/8176
icon missing on expandable rows in report Goals > Goals by Referrers > Campaigns
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/main.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less
index e19cdfdd3e..945ff6aeb5 100644
--- a/plugins/Morpheus/stylesheets/main.less
+++ b/plugins/Morpheus/stylesheets/main.less
@@ -512,7 +512,7 @@ table.dataTable {
}
}
-div.dataTableVizHtmlTable:not(.dataTableActions), div.dataTableVizAllColumns {
+div.dataTableVizHtmlTable:not(.dataTableActions), div.dataTableVizAllColumns, div.dataTableVizGoals {
tr.subDataTable > td:first-child:before {
display: inline-block;
float: left;