diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-12-11 20:16:25 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-12-11 20:16:25 +0100 |
commit | 0cf85c047e848a75df236c4617b449498627dccc (patch) | |
tree | 03fd4b002033970e5bf4d2d36be440d042df69a3 /phpBB/styles/prosilver/theme | |
parent | 27df2278ef7fbc3ce28d6926b1a57f2fd232e2db (diff) | |
parent | e40afd8cd160a5b13cba08fa1725c50a27d0f022 (diff) | |
download | forums-0cf85c047e848a75df236c4617b449498627dccc.tar forums-0cf85c047e848a75df236c4617b449498627dccc.tar.gz forums-0cf85c047e848a75df236c4617b449498627dccc.tar.bz2 forums-0cf85c047e848a75df236c4617b449498627dccc.tar.xz forums-0cf85c047e848a75df236c4617b449498627dccc.zip |
Merge branch '3.1.x' into 3.2.x
* 3.1.x:
[ticket/14855] Update notification and PM alert bubbles
[ticket/14855] Update notification and PM alert bubbles
[ticket/14855] Update notification and PM alert bubbles
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index ee585e6abf..1a2c13a758 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1223,6 +1223,10 @@ ul.linklist:after, padding: 4px 6px; } +.badge.hidden { + display: none; +} + /* Navbar specific list items ----------------------------------------*/ |