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>2014-05-23 02:51:49 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-05-23 02:51:49 +0400
commit4f6ceec16f0948f3c5985de12e68464889275900 (patch)
tree2a045a4c486f6aef290d5b6ff3e5c61217b5cb05
parent895cb114b7469ca556bb24e57a3ba6fae892c6cd (diff)
fix wrong color variable was used, found thx to csslint
-rw-r--r--plugins/CoreHome/stylesheets/zen-mode.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/stylesheets/zen-mode.less b/plugins/CoreHome/stylesheets/zen-mode.less
index 88f31435f6..30d2788951 100644
--- a/plugins/CoreHome/stylesheets/zen-mode.less
+++ b/plugins/CoreHome/stylesheets/zen-mode.less
@@ -5,10 +5,10 @@
}
.widget {
- border-color: @silver-85;
+ border-color: @color-silver-l85;
.widgetTop {
- border-color: @silver-85;
+ border-color: @color-silver-l85;
}
}