mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-25760' of git://github.com/ptrkmkl/moodle
This commit is contained in:
commit
589028b203
5 changed files with 17 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue