Ticket #956: Inserting symbol in Edit window instead of main toolbar.
[redakcja.git] / redakcja / static / css / filelist.css
index b2f51ed..2ccf33e 100644 (file)
@@ -70,3 +70,20 @@ a:hover {
 #loading-overlay {
        display: none;
 }
+
+.error {
+    color: red;
+    font-weight: bold;
+}
+
+.success {
+    color: green;
+}
+
+#error-list {
+    color: red;
+}
+
+#skipped-list {
+    color: #666;
+}
\ No newline at end of file