From 21ed5781d5bff76db5c5d7cd4339e8ef0ced8c3d Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Fri, 23 Sep 2011 13:48:54 -0400 Subject: [PATCH] Fix a couple color mismatches and hover effects Signed-off-by: Michael Peters --- Open-ILS/web/css/skin/default/opac/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index d8a51c6d50..68be4a618b 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -15,8 +15,9 @@ a { } a:hover { - text-decoration: underline; - font-weight: bold; + color: white; + text-shadow: 0 0 0.2em #ffffff; + text-decoration: none; } #search-wrapper input[type=text] { @@ -1025,7 +1026,7 @@ width: 13em; .row-remover { position: relative; top: 1px; vertical-align: middle; } .subtle-button { background-color: #ffffff; - color: #003399; text-decoration: none; + color: #black; text-decoration: none; font-size: 12px; padding: 0; border: 0; margin: 0; vertical-align: middle; -- 2.11.0