From: Trevor Parscal Date: Mon, 6 Jul 2009 23:51:50 +0000 (+0000) Subject: Resolved accesibility issue with color contrasts on panel headers X-Git-Tag: 1.31.0-rc.0~41079 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=989abe5d6b21069bddd7a4078cbeb54e0fe15f23;p=lhc%2Fweb%2Fwiklou.git Resolved accesibility issue with color contrasts on panel headers --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index c5cf02835d..56b8d67815 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -229,7 +229,7 @@ div#panel { } div#panel div.portal h5 { font-weight: normal; - color: #666666; + color: #444444; padding: 0.5em; padding-top: 0; padding-left: 1.25em; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index ddf80d64b3..7f1e383736 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -243,7 +243,7 @@ div#panel { } div#panel div.portal h5 { font-weight: normal; - color: #666666; + color: #444444; padding: 0.5em; padding-top: 0; padding-right: 1.25em;