justify-content: center;
}
-#side-annotations .akap {
+#side-annotations [x-node="akap"] {
font-size: 16px;
font-family: "Georgia", "Times New Roman", serif;
line-height: 1.5em;
width: 100%;
}
-#side-annotations .akap:hover .src {
+#side-annotations [x-node="akap"]:hover .src {
display: block;
}
self.$pane = $("#side-properties");
- $(document).on('click', '[x-node]', function(e) {
+ $("#simple-editor").on('click', '[x-node]', function(e) {
if (!e.redakcja_edited) {
e.redakcja_edited = true;
self.edit(this);