From c90fbd6c256dd12b59b346ae2e330772b7d31362 Mon Sep 17 00:00:00 2001 From: Hinrikus Wolf <hinrikus.wolf@rwth-aachen.de> Date: Sun, 8 Nov 2015 18:17:20 +0100 Subject: [PATCH] change hover behavior for meta --- templates/admin_topic_show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin_topic_show.html b/templates/admin_topic_show.html index b36eff2..3b50b2b 100644 --- a/templates/admin_topic_show.html +++ b/templates/admin_topic_show.html @@ -34,7 +34,7 @@ <tbody> {% for statement in topic.sorted_statements() %} {% if statement.is_meta %} - <tr class="rede-table-bg-red"> + <tr class="mdl-color--red mdl-color-text--white"> {% else %} <tr> {% endif %} -- GitLab