mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'wip-MDL-38900-master' of git://github.com/ds125v/moodle
Conflicts: theme/bootstrap/style/generated.css
This commit is contained in:
commit
6801246c50
3 changed files with 4 additions and 4 deletions
|
@ -49,9 +49,6 @@ a.dimmed_text:visited,
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.course-content .current {
|
|
||||||
background-color: @grayLighter;
|
|
||||||
}
|
|
||||||
.inline,
|
.inline,
|
||||||
.inline-list li {
|
.inline-list li {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
|
@ -92,6 +92,9 @@
|
||||||
.editing .section .activity:hover {
|
.editing .section .activity:hover {
|
||||||
background-color: @grayLighter;
|
background-color: @grayLighter;
|
||||||
}
|
}
|
||||||
|
.course-content .current {
|
||||||
|
background-color: @infoBackground;
|
||||||
|
}
|
||||||
.course-content .section-summary {
|
.course-content .section-summary {
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue