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-12-07 22:47:25 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-12-07 22:47:25 +0300
commit87bcba57a289bb738ed3c12415bf5aaf81162d5f (patch)
tree65986b33cce5ef7a443594d4b367b6804ae20c98 /plugins
parent479dee41fbd381b7f4fdc84a88ed849dd8752030 (diff)
Do not show header message in orange on demo piwik when update is available
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_headerMessage.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
index 1922c721a8..6e8cd0cf89 100644
--- a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
+++ b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
@@ -9,7 +9,7 @@
font-size: 14px;
border-radius: 4px;
- &.update_available .title {
+ &.update_available:not(.isPiwikDemo) .title {
color: #CA8100;
font-weight: bold;
}