X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2e92c3cceb30a57e2ef53f71bfeb7fe2b803774e..6da718d80af13cf081d63b39f4240df1f1e53424:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index b2f51ed2..2ccf33ec 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -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