Skip to content

Commit

Permalink
Merge branch 'MDL-25760' of git://github.com/ptrkmkl/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Feb 28, 2011
2 parents bca4fa8 + 6f2257a commit 589028b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions theme/binarius/style/core.css
Expand Up @@ -125,6 +125,9 @@ fieldset#general {


.course-content .current { .course-content .current {
background: #f14e16; background: #f14e16;
}

.course-content .current .left {
color: #fff; color: #fff;
} }


Expand Down
5 changes: 4 additions & 1 deletion theme/boxxie/style/core.css
Expand Up @@ -312,9 +312,12 @@ h2.headingblock {


.course-content .current { .course-content .current {
background:#69804e; background:#69804e;
color:#fff;
} }


.course-content .current .left {
color: #fff;
}

.course-content .main .content { .course-content .main .content {
padding: 10px; padding: 10px;
background:#fff; background:#fff;
Expand Down
5 changes: 4 additions & 1 deletion theme/leatherbound/style/core.css
Expand Up @@ -163,7 +163,10 @@ h2.headingblock {


.course-content .current { .course-content .current {
background: #da5013; background: #da5013;
color: #fff; }

.course-content .current .left {
color: #fff;
} }


.course-content .main .content { .course-content .main .content {
Expand Down
3 changes: 3 additions & 0 deletions theme/nonzero/style/core.css
Expand Up @@ -148,6 +148,9 @@ a:active {


.course-content .current { .course-content .current {
background: #1f5480; background: #1f5480;
}

.course-content .current .left {
color: #fff; color: #fff;
} }


Expand Down
3 changes: 3 additions & 0 deletions theme/serenity/style/core.css
Expand Up @@ -124,6 +124,9 @@ a:hover {


.course-content .current { .course-content .current {
background: #9ca7b4; background: #9ca7b4;
}

.course-content .current .left {
color: #fff; color: #fff;
} }


Expand Down

0 comments on commit 589028b

Please sign in to comment.