mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-25760' of git://github.com/ptrkmkl/moodle
This commit is contained in:
commit
589028b203
@ -125,6 +125,9 @@ fieldset#general {
|
||||
|
||||
.course-content .current {
|
||||
background: #f14e16;
|
||||
}
|
||||
|
||||
.course-content .current .left {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -312,9 +312,12 @@ h2.headingblock {
|
||||
|
||||
.course-content .current {
|
||||
background:#69804e;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.course-content .current .left {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.course-content .main .content {
|
||||
padding: 10px;
|
||||
background:#fff;
|
||||
|
@ -163,7 +163,10 @@ h2.headingblock {
|
||||
|
||||
.course-content .current {
|
||||
background: #da5013;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.course-content .current .left {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.course-content .main .content {
|
||||
|
@ -148,6 +148,9 @@ a:active {
|
||||
|
||||
.course-content .current {
|
||||
background: #1f5480;
|
||||
}
|
||||
|
||||
.course-content .current .left {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -124,6 +124,9 @@ a:hover {
|
||||
|
||||
.course-content .current {
|
||||
background: #9ca7b4;
|
||||
}
|
||||
|
||||
.course-content .current .left {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user