Difference between 17 and 17.1
Posted: Sat Oct 15, 2016 4:04 pm
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
Regards,
Mounika
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;
}
Mounika