diff client/digitallibrary/jquery/jquery.digilib.css @ 841:f381d088da88 jquery

fix missing buttons
author hertzhaft
date Sun, 06 Mar 2011 13:16:27 +0100
parents 7b3e5c666269
children 8aa2891583f1
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.css	Sun Mar 06 12:58:09 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.css	Sun Mar 06 13:16:27 2011 +0100
@@ -135,16 +135,16 @@
 	top: 0px;
 	padding: 1px;
 	background-color: grey;
-	opacity: 0.4;
+	opacity: 0.5;
 	z-index: 100;
 }
 
 div.digilib.dl_embedded div.button:hover {
-	background-color: darkred;
+	background-color: black;
 }
 
 div.digilib.dl_embedded div.button-on {
-	background-color: black;
+	background-color: darkgreen;
 }
 
 div.digilib.dl_embedded div.birdview {