3348 Change background color for reviewer candidates with mismatched research area
This commit is contained in:
parent
df01ba7cc2
commit
79d7a4aa2b
view/src/main
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user