From 5fe87e7d44728c9eedbb8dcd90ccbeb7e3f26a1e Mon Sep 17 00:00:00 2001 From: stabijoh Date: Fri, 29 Apr 2011 07:40:53 -0400 Subject: [PATCH] MDL-27118 Text in a highlighted topic box is white on white in the Leatherbound theme. --- theme/leatherbound/style/core.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/leatherbound/style/core.css b/theme/leatherbound/style/core.css index b2a2336a6887e..87eeb6a244350 100644 --- a/theme/leatherbound/style/core.css +++ b/theme/leatherbound/style/core.css @@ -167,9 +167,12 @@ h2.headingblock { .course-content .current { background: #da5013; - color: #fff; } +.course-content .current .left.side { + color: #fff; +} + .course-content .main .content { background: #fff; }