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/_rowActions.less')
-rw-r--r--plugins/CoreHome/stylesheets/dataTable/_rowActions.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/CoreHome/stylesheets/dataTable/_rowActions.less b/plugins/CoreHome/stylesheets/dataTable/_rowActions.less
index 9bd0475d21..d6c445883e 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_rowActions.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_rowActions.less
@@ -21,6 +21,9 @@ table.dataTable .dataTableRowActions a {
color: @theme-color-text;
}
}
+ @media print{
+ display: none;
+ }
}
table.dataTable .dataTableRowActions a.leftmost {