Ticket #956: Inserting symbol in Edit window instead of main toolbar.
[redakcja.git] / redakcja / static / css / filelist.css
index c398c45..2ccf33e 100644 (file)
@@ -64,4 +64,26 @@ a, a:visited, a:active {
 
 a:hover {
        text-decoration: underline;
+}
+
+
+#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