diff --git a/webinterface.py b/webinterface.py index 719e6ccc..e3d4babb 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2407,7 +2407,11 @@ def htmlTimeline(translate: {},pageNumber: int, \ mediaButton='button' sentButton='button' sharesButton='button' + if newShare: + sharesButton='buttonhighlighted' moderationButton='button' + if newReport: + moderationButton='buttonhighlighted' if boxName=='inbox': inboxButton='buttonselected' elif boxName=='dm':