diff --git a/message/output/popup/templates/notification_area_content_area_header.mustache b/message/output/popup/templates/notification_area_content_area_header.mustache
index 6d7047baf5a..db8e0f4856f 100644
--- a/message/output/popup/templates/notification_area_content_area_header.mustache
+++ b/message/output/popup/templates/notification_area_content_area_header.mustache
@@ -36,6 +36,6 @@
}
}}
-
{{#pix}} e/text_highlight, core, {{#str}} notificationimage, message {{/str}} {{/pix}}
-

+ {{#pix}} e/text_highlight, core, {{#str}} notificationimage, message {{/str}} {{/pix}}
{{shortenedsubject}}
diff --git a/theme/boost/scss/moodle/popover-region.scss b/theme/boost/scss/moodle/popover-region.scss
index 428e4109c72..89e03e1538e 100644
--- a/theme/boost/scss/moodle/popover-region.scss
+++ b/theme/boost/scss/moodle/popover-region.scss
@@ -6,7 +6,7 @@ $region-header-height: 25px;
$region-footer-height: 30px;
$content-item-hover-colour-bg: $primary;
$content-item-hover-colour-text: $white;
-$content-item-selected-colour-bg: #4f94cd;
+$content-item-selected-colour-bg: #3279b3;
$content-item-unread-colour: #f4f4f4;
$content-header-footer-height: $region-header-height + $region-footer-height;
@@ -178,6 +178,11 @@ $content-header-footer-height: $region-header-height + $region-footer-height;
.icon {
font-weight: bolder;
}
+ .notification-image {
+ .icon {
+ font-weight: 400;
+ }
+ }
}
}
diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css
index f9bda36e128..32324e59438 100644
--- a/theme/boost/style/moodle.css
+++ b/theme/boost/style/moodle.css
@@ -36533,6 +36533,9 @@ body {
.navbar-nav .popover-region .icon {
font-weight: bolder;
}
+.navbar-nav .popover-region .notification-image .icon {
+ font-weight: 400;
+}
.navbar .popover-region.collapsed .popover-region-container {
opacity: 0;
@@ -36632,9 +36635,9 @@ body {
width: calc(100% - 24px);
}
.content-item-container.selected {
- background-color: #4f94cd;
+ background-color: #3279b3;
color: #fff;
- border-color: #4f94cd;
+ border-color: #3279b3;
}
.content-item-container.selected .content-item-footer .timestamp {
color: #fff;
diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css
index 5e7a6d2a3bf..1983ab54ce5 100644
--- a/theme/classic/style/moodle.css
+++ b/theme/classic/style/moodle.css
@@ -36467,6 +36467,9 @@ body {
.navbar-nav .popover-region .icon {
font-weight: bolder;
}
+.navbar-nav .popover-region .notification-image .icon {
+ font-weight: 400;
+}
.navbar .popover-region.collapsed .popover-region-container {
opacity: 0;
@@ -36566,9 +36569,9 @@ body {
width: calc(100% - 24px);
}
.content-item-container.selected {
- background-color: #4f94cd;
+ background-color: #3279b3;
color: #fff;
- border-color: #4f94cd;
+ border-color: #3279b3;
}
.content-item-container.selected .content-item-footer .timestamp {
color: #fff;