diff --git a/korektury/static/korektury/opraf.css b/korektury/static/korektury/opraf.css index d5b21da2..2be943fe 100644 --- a/korektury/static/korektury/opraf.css +++ b/korektury/static/korektury/opraf.css @@ -1,14 +1,20 @@ -body, -.adding{ +.textzanaseni { display:none; } +.textzastarale { display:none; } + +body[data-status="pridavani"] { background: #f3f3f3; - color: black; } -.comitting -{ + +body[data-status="zanaseni"] { background: yellow; + + .textzanaseni { display: unset; } } -.deprecated { + +body[data-status="zastarale"] { background: red; + + .textzastarale { display: unset; } } img{background:white;} diff --git a/korektury/templates/korektury/korekturovatko/htmlstrana.html b/korektury/templates/korektury/korekturovatko/htmlstrana.html index 1f95769c..acac7ee9 100644 --- a/korektury/templates/korektury/korekturovatko/htmlstrana.html +++ b/korektury/templates/korektury/korekturovatko/htmlstrana.html @@ -8,12 +8,12 @@