diff --git a/evap/evaluation/templatetags/evaluation_filters.py b/evap/evaluation/templatetags/evaluation_filters.py index 9154943491..a48563982a 100644 --- a/evap/evaluation/templatetags/evaluation_filters.py +++ b/evap/evaluation/templatetags/evaluation_filters.py @@ -48,7 +48,7 @@ APPROVAL_STATES = { Evaluation.State.NEW: StateValues( 0, - "fas fa-circle icon-yellow", + "fas fa-circle icon-blue", Evaluation.State.NEW, _("In preparation"), ), @@ -60,7 +60,7 @@ ), Evaluation.State.EDITOR_APPROVED: StateValues( 1, - "far fa-square-check icon-yellow", + "far fa-square-check icon-blue", Evaluation.State.EDITOR_APPROVED, _("Approved by editor, awaiting manager review"), ), diff --git a/evap/results/templates/results_index_evaluation_impl.html b/evap/results/templates/results_index_evaluation_impl.html index dafabe36a0..5d5e1b38f1 100644 --- a/evap/results/templates/results_index_evaluation_impl.html +++ b/evap/results/templates/results_index_evaluation_impl.html @@ -30,12 +30,12 @@ {% if evaluation.state == evaluation.State.IN_EVALUATION %} {% elif evaluation.state == evaluation.State.EVALUATED %} - + {% elif evaluation.state == evaluation.State.REVIEWED %} {% if evaluation.is_single_result or evaluation.grading_process_is_finished %} {% else %} - + {% endif %} {% endif %} diff --git a/evap/staff/templates/staff_semester_view.html b/evap/staff/templates/staff_semester_view.html index d5600762f8..4e43756174 100644 --- a/evap/staff/templates/staff_semester_view.html +++ b/evap/staff/templates/staff_semester_view.html @@ -341,7 +341,7 @@

{{ semester.name }}

diff --git a/evap/staff/templates/staff_semester_view_evaluation.html b/evap/staff/templates/staff_semester_view_evaluation.html index 0ff3279d95..50186ba916 100644 --- a/evap/staff/templates/staff_semester_view_evaluation.html +++ b/evap/staff/templates/staff_semester_view_evaluation.html @@ -48,7 +48,7 @@ {% elif evaluation.textanswer_review_state == evaluation.TextAnswerReviewState.REVIEW_NEEDED %} - + {% else %} @@ -67,7 +67,7 @@ {% else %} - + {% endif %} {% elif state == evaluation.State.PUBLISHED %} diff --git a/evap/static/scss/_utilities.scss b/evap/static/scss/_utilities.scss index 17e0ca688f..c315b2fcc2 100644 --- a/evap/static/scss/_utilities.scss +++ b/evap/static/scss/_utilities.scss @@ -23,8 +23,8 @@ color: $evap-red !important; } -.icon-yellow { - color: $evap-dark-yellow !important; +.icon-blue { + color: $evap-dark-blue !important; } .icon-green {