diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html
index e948e2e0f6..3e5720ad65 100644
--- a/phpBB/styles/prosilver/template/navbar_header.html
+++ b/phpBB/styles/prosilver/template/navbar_header.html
@@ -18,7 +18,7 @@
{L_SEARCH_NEW}
-
+
{L_SEARCH_UNREAD}
{L_SEARCH_UNANSWERED}
@@ -55,14 +55,14 @@
@@ -72,12 +72,12 @@
- {L_PRIVATE_MESSAGES} [{PRIVATE_MESSAGE_COUNT}]
+ {L_PRIVATE_MESSAGES} {PRIVATE_MESSAGE_COUNT}
- {L_NOTIFICATIONS} [{NOTIFICATIONS_COUNT}]
+ {L_NOTIFICATIONS} {NOTIFICATIONS_COUNT}
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index 29cf641df2..5de35d4c63 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -1161,3 +1161,8 @@ ul.linklist li.responsive-menu a.responsive-menu-link:hover:before, ul.linklist
li.notification-reported strong, li.notification-disapproved strong {
color: #D31141;
}
+
+.notification-alert {
+ background-color: #D31141;
+ color: #ffffff;
+}
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 5dd5ecdb28..cb9e3c04e2 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -1251,6 +1251,13 @@ ul.linklist:after,
margin-left: 58px;
}
+.notification-alert {
+ border-radius: 50px;
+ font-size: 0.9em;
+ opacity: 0.8;
+ padding: 4px 7px;
+}
+
/* Navbar specific list items
----------------------------------------*/