mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
[ticket/14855] Update notification and PM alert bubbles
PHPBB3-14855
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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
|
||||
----------------------------------------*/
|
||||
|
||||
|
Reference in New Issue
Block a user