
Hi, I have an iframe in one of my forms, and I want to style a button in the iframe the same as other clickable components in CRM 2013 (i.e. the ribbon buttons). I see that the buttons are actually just <li> elements with a span inside each, and I know that you cannot use style sheets in an iframe from the parent, but I was wondering if anyone has come up with a solution to this.
*This post is locked for comments
I have the same question (0)You can use IE dev toolbar or Chrome devtools and inspect what styles are applied and then create your own CSS with the same styles.