diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index 7640274..81885a2 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -387,7 +387,7 @@ textarea.materialize-textarea:focus:not([readonly]) { font-size: 85%; } -.input-field label { +label { color: white; } diff --git a/webapp/titanembeds/static/js/embed.js b/webapp/titanembeds/static/js/embed.js index f569543..2ea44e2 100644 --- a/webapp/titanembeds/static/js/embed.js +++ b/webapp/titanembeds/static/js/embed.js @@ -1069,7 +1069,8 @@ } if (replace == null) { play_notification_sound("new"); - } else if ($("#chatcontent p:last-child.mentioned").length) { + } + if ($("#chatcontent p:last-child.mentioned").length) { play_notification_sound("mention"); } if (replace == null && jumpscroll) { diff --git a/webapp/titanembeds/templates/embed.html.j2 b/webapp/titanembeds/templates/embed.html.j2 index 2b36197..1e9ee16 100644 --- a/webapp/titanembeds/templates/embed.html.j2 +++ b/webapp/titanembeds/templates/embed.html.j2 @@ -146,7 +146,7 @@