# HG changeset patch
# User robcast
# Date 1134126552 -3600
# Node ID d26cc53a3531eec30fa5720021fd373f13c5f022
# Parent fa84aff8190bb367f7ef87393245dccdd35572ed
use css-only highlight on buttons
fix red div for zoom area
diff -r fa84aff8190b -r d26cc53a3531 client/digitallibrary/greyskin/diginew.jsp
--- a/client/digitallibrary/greyskin/diginew.jsp Thu Dec 08 13:16:43 2005 +0100
+++ b/client/digitallibrary/greyskin/diginew.jsp Fri Dec 09 12:09:12 2005 +0100
@@ -45,6 +45,7 @@
a.icon { margin: 0px; padding: 0px; }
img.png { border: none; }
+ img.png:hover { background-image: url('corona.png'); }
img.mark { border: none; }
div.button { padding: 0px; }
@@ -53,7 +54,7 @@
div#buttons { position: absolute; right: 5px; top: 5px; background-color: #E0E0E0; }
div#dloptions { position: absolute; right: 5px; top: 5px; background-color: #E0E0E0; visibility: hidden; }
- div#zoom { position: absolute; border: 2px solid #f0cccc; visibility: hidden; }
+ div#zoom { position: absolute; border: 2px solid red; visibility: hidden; }
@@ -158,8 +159,7 @@
@@ -175,8 +175,7 @@
@@ -192,8 +191,7 @@
@@ -203,14 +201,13 @@