mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
MDL-26296 Workshop: trivial change in manual allocator CSS
When only two rows of the allocations table are displayed with the new allocation highlighted, it is better not highlight the odd row.
This commit is contained in:
parent
51abc39695
commit
d239b952a5
@ -10,6 +10,11 @@
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.path-mod-workshop .manual-allocator .allocations .r0.highlightreviewerof,
|
||||
.path-mod-workshop .manual-allocator .allocations .r0.highlightreviewedby {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.path-mod-workshop .manual-allocator .allocations .peer .image {
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
|
Loading…
x
Reference in New Issue
Block a user