update version to 4.12.0
[brisk.git] / web / brisk.css
index c2cd2c2..f4ffe53 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 body {
-    background-image: url('img/happysunbg.jpg');
+    background-image: url('img/snowy.jpg');
     background-color: #fafafa;
     background-repeat: no-repeat;
     background-position: center center; 
@@ -144,6 +144,16 @@ div.notify_clo {
     bottom:  4px;
 }
 
+div.doc_alert {
+    color: #ff5400;
+    background-color: #ffd780;
+    font-family: monospace;
+    font-weight: bold;
+    text-align: center;
+    margin: 8px;
+    padding: 8px;
+}
+
 .input_text { 
     background-color: #f8f8f8;
     border: 1px solid gray;