From: kbeswick Date: Thu, 3 Sep 2009 13:20:30 +0000 (+0000) Subject: Made a change to colors of UHearst's skin at the request of Marcel Rheaume X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=443cf0ea7095ef690a1d1d8751450ee6b0b81f4c;p=contrib%2FConifer.git Made a change to colors of UHearst's skin at the request of Marcel Rheaume git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@641 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/web/opac/theme/uhearst/css/colors.css b/web/opac/theme/uhearst/css/colors.css index 59c09e8270..5299d2b607 100644 --- a/web/opac/theme/uhearst/css/colors.css +++ b/web/opac/theme/uhearst/css/colors.css @@ -32,10 +32,10 @@ body a:hover { color: #60B1B8; text-decoration: underline;} /* general purpose light borders */ -.border_5 { border: 1px solid #3FAEB8; } +.border_5 { border: 1px solid #FFFFFF; } .border_6 { border: 1px solid #60B1B8; } -input:focus { background: #60B1B8; color: #000000;} +input:focus { background: #FFFFFF; color: #000000;} a:focus { background: #60B1B8; color: #000000;}