G2 icon
Archived from the Xataface Users forum.
mstegani — Fri Jan 04, 2013 5:25 am
How can I show icon on buttons (action or htmlreport) on G2 interface?
thank you
Marco
shannah — Fri Jan 04, 2013 9:57 am
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