Merge commit 'openlibrary/newui' into newui
[bookreader.git] / BookReader / BookReader.css
index 28e4b82..c29358b 100644 (file)
@@ -103,13 +103,6 @@ a {
     background-color: rgb(234, 226, 205);
 }
 
-/* Disable selection on Firefox and WebKit */
-.BRnoselect {
-    -moz-user-select: none;
-    -webkit-user-select: none;
-    -webkit-user-drag: none;
-}
-
 .BRleafEdgeR {
     /*
     border-style: solid solid solid none;
@@ -830,15 +823,21 @@ div#BRzoombtn {
 
 .BRprogresspopup {
     position: absolute;
-    background-color: #E6E4E1;
+    background-color: #fff;
     font-size: 1.5em; 
     z-index: 3;   
     padding: 5px;
-    text-align: center;
+    border:10px solid #615132;
+    -webkit-border-radius:12px;
+    -moz-border-radius:12px;
+    border-radius:12px;
+    -moz-box-shadow: 1px 3px 10px #000;
+    -webkit-box-shadow: 1px 3px 10px #000;
+    box-shadow: 1px 3px 10px #000;
 }
 
 .BRprogressbar {
-    background-image: url(images/progressbar.gif);
+    background-image: url("images/progressbar.gif");
     background-repeat:no-repeat;
     background-position:center top;
 }