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/Morpheus/stylesheets/components.less')
-rw-r--r--plugins/Morpheus/stylesheets/components.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Morpheus/stylesheets/components.less b/plugins/Morpheus/stylesheets/components.less
index 20d8c321d1..992759447d 100644
--- a/plugins/Morpheus/stylesheets/components.less
+++ b/plugins/Morpheus/stylesheets/components.less
@@ -119,6 +119,7 @@
}
}
+.loadingPiwikBelow,
.loadingPiwik {
.font-default(10px, 12px);
color: @silver-60;
@@ -128,9 +129,9 @@
.annotations {
table {
td {
- .font-default(10px, 12px) !important;
+ .font-default(12px, 14px) !important;
color: @brand-black;
- padding: 0 5px;
+ padding: 6px 5px;
}
}
} \ No newline at end of file