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:
authorStefan Giehl <stefan@matomo.org>2022-02-08 06:46:50 +0300
committerGitHub <noreply@github.com>2022-02-08 06:46:50 +0300
commitb82efe34e2582d694a1605470cd64f8c6a9fd0c7 (patch)
tree2008429cd7d0666496dabbd6f7d8d576afe62604 /plugins/Morpheus
parent5dad662dd0344c989262b4a36043a0437ea37cb5 (diff)
Update color-orange-brand less variable (#18717)
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/base/colors.less2
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_headerMessage.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Morpheus/stylesheets/base/colors.less b/plugins/Morpheus/stylesheets/base/colors.less
index 8faf4069bc..88141bc9cc 100644
--- a/plugins/Morpheus/stylesheets/base/colors.less
+++ b/plugins/Morpheus/stylesheets/base/colors.less
@@ -29,7 +29,7 @@
@color-blue-brandSocial: #3b5998;
@color-blue-brandSocialLight: #1c87bd;
@color-blue-brandSocialVeryLight: #00aced;
-@color-orange-brand: #ff9600;
+@color-orange-brand: #f57c00;
// see https://material.io/design/color/#tools-for-picking-colors for source for colors
@graph-colors-data-series0: #0277BD; // light blue 50 series (800)
diff --git a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
index 3210baafeb..1af209e843 100644
--- a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
+++ b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
@@ -9,7 +9,7 @@
border-radius: 4px;
&.update_available:not(.isPiwikDemo) .title {
- color: #f57c00;
+ color: @color-orange-brand;
font-weight: bold;
cursor: default;
}