X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5cbbccdddf20a13283f7dde138d419f6c79486b3..7a243e479fd923d27ed69f2085ea2117d37977b2:/platforma/static/css/html.css?ds=sidebyside

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;
+}