Fix a couple color mismatches and hover effects user/mrpeters-isl/tpac_semantic_amazon_record_details
authorMichael Peters <mrpeters@library.in.gov>
Fri, 23 Sep 2011 17:48:54 +0000 (13:48 -0400)
committerMichael Peters <mrpeters@library.in.gov>
Fri, 23 Sep 2011 17:48:54 +0000 (13:48 -0400)
Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Open-ILS/web/css/skin/default/opac/style.css

index d8a51c6..68be4a6 100644 (file)
@@ -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;