Page 1 of 1

G2 icon

PostPosted: Fri Jan 04, 2013 5:25 am
by mstegani
How can I show icon on buttons (action or htmlreport) on G2 interface?

thank you
Marco

Re: G2 icon

PostPosted: Fri Jan 04, 2013 9:57 am
by shannah
I haven't included icons in the G2 theme as a style choice. These are all hidden using the G2 stylesheet:
http://weblite.ca/svn/dataface/modules/ ... global.css

Notice rules like:
Code: Select all
.xf-button-bar-actions ul li a img {
   display: none;
}


(This probably isn't the only one)

The nice thing about CSS is that you can override any rule with your own rules.

-Steve