mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-38900 Change highlighted course section color
This commit is contained in:
parent
3a8c4380c0
commit
13cb4ee0b4
@ -49,9 +49,6 @@ a.dimmed_text:visited,
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.course-content .current {
|
||||
background-color: @grayLighter;
|
||||
}
|
||||
.inline,
|
||||
.inline-list li {
|
||||
display: inline;
|
||||
|
@ -92,6 +92,9 @@
|
||||
.editing .section .activity:hover {
|
||||
background-color: @grayLighter;
|
||||
}
|
||||
.course-content .current {
|
||||
background-color: @infoBackground;
|
||||
}
|
||||
.course-content .section-summary {
|
||||
border: 1px solid #DDD;
|
||||
margin-top: 5px;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user