3348 Change background color for reviewer candidates with mismatched research area

This commit is contained in:
Andreas Svanberg 2024-03-13 11:46:52 +01:00
parent df01ba7cc2
commit 79d7a4aa2b
2 changed files with 5 additions and 1 deletions
view/src/main
java/se/su/dsv/scipro/admin/pages
webapp/css

@ -96,7 +96,7 @@
<p>
These reviewers have not met their review quota, but their research areas does not match the project's.
</p>
<div class="card bg-warning bg-opacity-50 mb-3" wicket:id="wrong_research_area">
<div class="card bg-su-primary text-white mb-3" wicket:id="wrong_research_area">
<wicket:container wicket:id="details"/>
</div>
</wicket:enclosure>

@ -593,4 +593,8 @@ th.wicket_orderUp, th.sorting_asc {
/* fix clockpicker positioning in Bootstrap 5.3.x */
.clockpicker-popover {
position: absolute;
}
.bg-su-primary {
background-color: #002f5f;
}