.
This commit is contained in:
@@ -485,4 +485,20 @@ td.user-answer-score-2::after {
|
|||||||
|
|
||||||
.notes .complete {
|
.notes .complete {
|
||||||
color: darkslategray;
|
color: darkslategray;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.longs .user-answer-score-4, table.longs .user-answer-score-4\.5 {
|
||||||
|
color: red
|
||||||
|
}
|
||||||
|
|
||||||
|
table.longs .user-answer-score-5, table.longs .user-answer-score-5\.5 {
|
||||||
|
color: yellow
|
||||||
|
}
|
||||||
|
|
||||||
|
table.longs .user-answer-score-6, table.longs .user-answer-score-6\.5 {
|
||||||
|
color: yellowgreen
|
||||||
|
}
|
||||||
|
|
||||||
|
table.longs .user-answer-score-7, table.longs .user-answer-score-7\.5 {
|
||||||
|
color: green
|
||||||
}
|
}
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3>Results as a table</h3>
|
<h3>Results as a table</h3>
|
||||||
<table class="table table-dark table-striped table-hover table-sm">
|
<table class="longs table table-dark table-striped table-hover table-sm">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Candidate</th>
|
<th>Candidate</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user