Implement printer friendly through CSS also for non-javascript. This
[squirrelmail.git] / templates / default / css / default.css
index f1dc0d2cae06d5594bba1ecf45edd3583cbaef03..38161ae0e98443ed657411e2125b6847d925ecab 100644 (file)
@@ -1100,4 +1100,10 @@ div.viewText td.spacer {
     background-color: #DCDCDC /* __COLOR0__ */;
 }
 
-
+#printMessageBox {
+    background-color: #fffff0;
+    border: 1px solid #f2e93a;
+    margin: 1em;
+    padding: 1em;
+    font-size: x-large;
+}