From: mits Date: Wed, 4 Oct 2006 20:42:57 +0000 (+0000) Subject: Soften the color of currently selected admin menu. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0a1361f61f7ced51aca8f191a230793b5f2b33c0;p=moodle.git Soften the color of currently selected admin menu. --- diff --git a/theme/oceanblue/styles_color.css b/theme/oceanblue/styles_color.css index e0131dc91a..8227f94125 100644 --- a/theme/oceanblue/styles_color.css +++ b/theme/oceanblue/styles_color.css @@ -264,7 +264,7 @@ body#admin-lang .generalbox { } .block_admin_tree.sideblock .link.current { - background-color:#0000FF; + background-color:#6666CC; color: #FFFFFF; }