fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reference previews
[redakcja.git]
/
src
/
redakcja
/
static
/
css
/
html.scss
diff --git
a/src/redakcja/static/css/html.scss
b/src/redakcja/static/css/html.scss
index
d9886d4
..
9148210
100644
(file)
--- a/
src/redakcja/static/css/html.scss
+++ b/
src/redakcja/static/css/html.scss
@@
-300,12
+300,19
@@
div[x-node] > .uwaga {
* Przypisy w tekście
*/
* Przypisy w tekście
*/
-.htmlview .annotation-inline-box {
- &:hover > span[x-annotation-box] {
- display: block;
+.htmlview .annotation-inline-box,
+.htmlview .reference-inline-box {
+ &:hover {
+ > span[x-annotation-box],
+ > span[x-preview]
+ {
+ display: block;
+ }
}
}
- > span[x-annotation-box] {
+ > span[x-annotation-box],
+ > span[x-preview]
+ {
display: none;
width: 300px;
font-size: 10pt;
display: none;
width: 300px;
font-size: 10pt;