From 2498dce0e944ac2654e0b07b529d1349fadfdac3 Mon Sep 17 00:00:00 2001 From: roelmann Date: Sat, 15 Mar 2014 20:45:58 +0000 Subject: [PATCH] Make hidden items more visible in breadcrumb modified: theme/serenity/style/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 c3e0510c0b5..72f7366967a 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 -------------------------*/ @@ -326,4 +328,4 @@ body.has_dock { .mform .btn-cancel:hover, .mform .btn-cancel:focus { color: #336688; text-decoration: underline; -} \ No newline at end of file +}