1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 20:33:16 +02:00

[ticket/14855] Update notification and PM alert bubbles

PHPBB3-14855
This commit is contained in:
Matt Friedman
2016-11-05 16:15:50 -07:00
parent 85898d3d2c
commit c259a9b387
3 changed files with 19 additions and 7 deletions

View File

@@ -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;
}