fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Pokazywanie przypisów po najechaniu.
[redakcja.git]
/
platforma
/
static
/
css
/
html.css
diff --git
a/platforma/static/css/html.css
b/platforma/static/css/html.css
old mode 100755
(executable)
new mode 100644
(file)
index
f469ba6
..
22be1eb
--- 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;
border: 1px solid #BEBEBE;
background-color: #E2E2E1;
white-space: pre-line;
- overflow: auto;
- padding: 0.25em;
- margin: 0 -0.25em;
font-family: monospace;
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;
+}