From 254eb3eedcb10d4eafbaa502dfbc93287dbfe612 Mon Sep 17 00:00:00 2001 From: Lukasz Anwajler Date: Sun, 5 Sep 2010 18:43:53 -0500 Subject: [PATCH] Ticket #788 fix - displaying annotations in history preview --- redakcja/static/css/html.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index 971e4b85..83fab181 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -400,6 +400,11 @@ div[x-node] > .uwaga { /* * Przypisy w tekście */ + +.htmlview .annotation-inline-box:hover > span[x-annotation-box]{ + display: block; +} + .htmlview .annotation-inline-box > span[x-annotation-box] { display: none; position: absolute; -- 2.20.1