Set background colour of thumb and 1up images
authorMichael Ang <mang@archive.org>
Thu, 21 Oct 2010 07:45:29 +0000 (07:45 +0000)
committerMichael Ang <mang@archive.org>
Thu, 21 Oct 2010 07:45:29 +0000 (07:45 +0000)
BookReader/BookReader.css

index f610d85..df55949 100644 (file)
@@ -58,13 +58,14 @@ a {
 }
 
 .BRpagediv1up {
-    background-color: #939598;
+    /* background-color: #FEFDEB; */
     overflow:hidden;
     cursor: move;
+    background-color: #FEFDEB;
 }
 
 .BRpagedivthumb {
-    background-color: #939598;
+    /background-color: #FEFDEB;
     overflow:hidden;
 }