X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5cbbccdddf20a13283f7dde138d419f6c79486b3..bfdfacaea46413e3e32e4bdb3760fbe6f1ade25b:/platforma/static/css/html.css diff --git a/platforma/static/css/html.css b/platforma/static/css/html.css old mode 100755 new mode 100644 index f469ba67..22be1ebb --- a/platforma/static/css/html.css +++ b/platforma/static/css/html.css @@ -463,9 +463,16 @@ border: 1px solid #BEBEBE; background-color: #E2E2E1; white-space: pre-line; - overflow: auto; - padding: 0.25em; - margin: 0 -0.25em; font-family: monospace; - font-size: 10pt; -} \ No newline at end of file +} + +.out-of-flow-text[x-editable] { + background-color: #E2E2E1; +} + +.unknown-tag { + background-color: yellow; + margin: -0.25em; + padding: 0.25em; + border: 1px solid orange; +}