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:
Diffstat (limited to 'plugins/Morpheus/stylesheets/uibase/_headerMessage.less')
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_headerMessage.less32
1 files changed, 10 insertions, 22 deletions
diff --git a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
index 41cdc726b9..1922c721a8 100644
--- a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
+++ b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
@@ -2,15 +2,21 @@
#header_message {
z-index: 0;
cursor: default;
- position: absolute;
- right: 0px;
+ float: right;
overflow: hidden;
display: block;
height: 20px;
- line-height: 20px;
- padding: 5px 8px 5px 38px;
font-size: 14px;
border-radius: 4px;
+
+ &.update_available .title {
+ color: #CA8100;
+ font-weight: bold;
+ }
+
+ .icon-warning {
+ padding-left: 2px;
+ }
}
#header_message:hover,
@@ -44,24 +50,6 @@
line-height: 1.7em;
}
-/* Orange alerts box */
-.header_alert {
- background: #FFFDF7 url(plugins/Morpheus/images/ico_alert.png) no-repeat 7px 4px;
- border: 1px solid #FF7F00;
- font-weight: bold;
-}
-
-.header_alert,
-.header_alert a {
- color: #FF7F00;
-}
-
-/* Blue info box */
-.header_info {
- background: #FAFAFA url(plugins/Morpheus/images/ico_info.png) no-repeat 7px 4px;
- border: 1px solid #CBD9EB;
-}
-
.header_info, .header_info a {
color: @theme-color-text-light;
}