Lepsze wiadomoĊ›ci.
[redakcja.git] / project / static / css / master.css
index 653b864..7c794e5 100644 (file)
@@ -349,4 +349,23 @@ body#base button {
 
 body#base button:hover {
     background-color: #EEE;
-}
\ No newline at end of file
+}
+
+/* ================= */
+/* = Message boxes = */
+/* ================= */
+.info {
+    background-color: gray;
+}
+
+.success {
+    background-color: green;
+}
+
+.error {
+    background-color: yellow;
+}
+
+.critical {
+    background-color: red;
+}