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:
authordiosmosis <diosmosis@users.noreply.github.com>2021-03-01 08:21:47 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2021-03-01 08:21:47 +0300
commit92eca8e77be39992dc042c995c9c4ff7e3bee821 (patch)
treed7ac15375ab282f55877d71d19dbd9de6de0ce5e
parent3688fff9947853789ef748ec3e74d814a8214517 (diff)
If an update is available, and the update check element exists on the page, make sure to show it.update-available-display
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_headerMessage.less12
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
index 3210baafeb..7653c23ae8 100644
--- a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
+++ b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
@@ -8,10 +8,14 @@
font-size: 14px;
border-radius: 4px;
- &.update_available:not(.isPiwikDemo) .title {
- color: #f57c00;
- font-weight: bold;
- cursor: default;
+ &.update_available:not(.isPiwikDemo) {
+ display: inline-block !important;
+
+ .title {
+ color: #f57c00;
+ font-weight: bold;
+ cursor: default;
+ }
}
.icon-warning {