From 7c578647694f68fd98268f641b5c6106615aef20 Mon Sep 17 00:00:00 2001 From: roelmann Date: Sat, 15 Mar 2014 21:00:40 +0000 Subject: [PATCH] MDL-38636 Hidden module names are difficult to read on breadcumb in Serenity modified: core.css --- theme/serenity/style/core.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theme/serenity/style/core.css b/theme/serenity/style/core.css index f06c6f3403cb1..d9589e29d18e6 100644 --- a/theme/serenity/style/core.css +++ b/theme/serenity/style/core.css @@ -74,7 +74,9 @@ a:hover { background: #aeb9c6 url([[pix:theme|breadcrumb]]) repeat-x 0 100%; padding: 5px; } - +.navbar a.dimmed_text { + color:#f2f2f2; +} /* Blocks -------------------------*/ @@ -320,4 +322,4 @@ body.has_dock { .mform .btn-cancel:hover, .mform .btn-cancel:focus { color: #336688; text-decoration: underline; -} \ No newline at end of file +}