diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index 9334f49..aa538cf 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -63,6 +63,10 @@ a, a:focus, a:hover { background-color: #7BA5B9 !important; } +.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content { + background: #FFFFFF; +} + .topic-panel-invisible > .panel-heading { background-color: #BDBDBD !important; color: #F5F5F5; diff --git a/topics/templates/topics/list.html b/topics/templates/topics/list.html index 78892d8..47b5825 100644 --- a/topics/templates/topics/list.html +++ b/topics/templates/topics/list.html @@ -9,7 +9,7 @@ {% for topic in subject.topic_subject.all %} {% if not topic.repository and topic.visible or has_subject_permissions %} -
+
@@ -39,7 +39,7 @@ {% autoescape off %} - {{ topic.description|default:_("Not Informed") }} + {{ topic.description }} {% endautoescape %}
-- libgit2 0.21.2