1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 20:24:08 +02:00

[ticket/14855] Update notification and PM alert bubbles

Alternative implementation without removing notification from
the DOM, but changing the class.  So that style designers
might have more options (show/not show).

PHPBB3-14855
This commit is contained in:
javiexin
2016-12-10 00:51:41 +01:00
parent 3322117c38
commit 959e5fb79d
3 changed files with 9 additions and 4 deletions

View File

@@ -1269,6 +1269,10 @@ ul.linklist:after,
padding: 4px 6px;
}
.badge.hidden {
display: none;
}
/* Navbar specific list items
----------------------------------------*/