X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5cbbccdddf20a13283f7dde138d419f6c79486b3..78943ca7de03a0f59b072c71540be92b5a6d433f:/platforma/static/css/html.css diff --git a/platforma/static/css/html.css b/platforma/static/css/html.css index f469ba67..22be1ebb 100755 --- 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; +}