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 <thomas.steur@gmail.com>2016-02-02 13:02:00 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-02-02 13:02:00 +0300
commitdbd1d12642f534639117eabe302790ba8576a91d (patch)
tree97bc37e3d3bf82db1f2c5c7d101be642dee0813a /plugins/Dashboard
parent888ade738e5e1367406cf7865c5feb5da94ab0fd (diff)
refs #9686 add help links in error message to Piwik PRO
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 26120e1abb..20a5fbac92 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -112,9 +112,19 @@
font-size: 10pt;
}
+.widgetLoadingError {
+ .alert.alert-danger {
+ border: 0;
+ }
+}
+
.widgetLoadingError, .dimensionLoadingError {
color: @theme-color-brand;
text-align: left;
+ a {
+ color: @theme-color-brand;
+ text-decoration: underline;
+ }
}
#closeMenuIcon {