From: dbs Date: Wed, 24 Nov 2010 17:37:23 +0000 (+0000) Subject: Make text visible on the dark primary accent background X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dfb024ac6534796c4ecbabcf57101634664d1965;p=contrib%2FConifer.git Make text visible on the dark primary accent background git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_1@1083 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/web/opac/theme/sjcg/css/colors.css b/web/opac/theme/sjcg/css/colors.css index 468513d2bd..cb983ba5bc 100644 --- a/web/opac/theme/sjcg/css/colors.css +++ b/web/opac/theme/sjcg/css/colors.css @@ -2,13 +2,17 @@ body a { color: black; text-decoration: none;} body a:visited { color: black; text-decoration: none;} body a:hover { color: red; text-decoration: underline;} +/* SJCG chose a dark primary accent colour; make the text visible */ +body .color_1 a { color: white; text-decoration: none;} +body .sidebar_item_active a { color: white; text-decoration: none;} + /* the idea is to have 4 complimentary colors that * are used throughout the opac. Edit those colors * in this file */ -.color_1 { background: #492F91; color: #000000; } +.color_1 { background: #492F91; color: #FFFFFF; } .color_2 { background: #FFC423; color: #000000; } .color_3 { background: #D8DCF7; color: #000000; } .color_4 { background: #E0E0F0; color: #000000; } @@ -51,7 +55,7 @@ a:focus { background: #E0E0F0; color: #000000;} .home_search { border: 3px solid #492F91; } /* main nav sidebar */ -.sidebar_item_active { background: #492F91; } +.sidebar_item_active { background: #492F91; color: #FFFFFF; } /* record detail summary block */ .rdetail_desc { border: 1px solid #492F91; }