Code: Select all
oxy|processing-instruction {
visibility:-oxy-collapse-text;
display:inline !important;
-oxy-display-tags:none;
}
oxy|processing-instruction[chunk]:before{
color: teal;
background-color: white;
display: inline;
vertical-align:top;
padding-bottom: 2px;
border: groove black 1px;
font-size: small;
content:oxy_url('../img/scissors.png') ' Chunk title: ' oxy_textfield(edit, "@title") oxy_url('../img/scissors.png');
}
So I understand why visibility:-oxy-collapse-text; doesn't work, but I would still expect the oxy_textfield() control to work.Oxygen XML Editor/Author CSS extensions to style :before and :after pseudo-elements, except in the content property.
Can somebody help with figuring out what I am missing?