N°2844 - Activity panel: Fix user medallion not displayed when filtering entries

This commit is contained in:
Molkobain
2020-12-17 15:33:57 +01:00
parent d664c26fb7
commit efe61c7b14
2 changed files with 13 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
* You should have received a copy of the GNU Affero General Public License
*/
.ibo-is-visible{
display: inherit !important; /* Note: !important is necessary as it needs to overload any standard rules */
visibility: visible !important;
}
.ibo-is-hidden{
display: none !important; /* Note: !important is necessary as it needs to overload any standard rules */
}