Page 1 of 1

Difference between 17 and 17.1

Posted: Sat Oct 15, 2016 4:04 pm
by Raga Mounika
Hi Team,

Are there any CSS related changes between oXygen17 and oXygen17.1?
Because I have inserted a dropdown in oXygen17.1 with a font size and font family.I use the same code in oXygen 17 and output varies to oXygen 17.1

Code: Select all

*[class~="task/ex"]:before(5){
content : oxy_combobox(edit , "@outputclass" , editable , false , values , ", cause, tools" , columns , 8,fontInherit,true);
font-family:arial, helvetica, sans-serif;
font-size:8px;
}
Regards,
Mounika

Re: Difference between 17 and 17.1

Posted: Mon Oct 17, 2016 3:28 pm
by alex_jitianu
Hi Mounika,

I think that what changed in this case were the built-in DITA CSSs. I suggest to start both versions and use theCSS Inspector to see what rules apply in both versions. You should be able to identify the additional rule (or change) introduced in 17.1 that doesn't interact well with your customization.

Best regards,
Alex