orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
517 stars 221 forks source link

Liferay Portlet Icons rendered twice #2235

Open acspike opened 9 years ago

acspike commented 9 years ago

Some of the font-awesome icons are rendered twice in the Liferay portlet. Once by Liferay as a font and once by Orbeon as a background image. This doubling can make some of the icons difficult to interpret.

On the summary page: orbeon-liferay-icons-summary

On the navbar: orbeon-liferay-icons-navbar

I have used a custom stylesheet to remove the Orbeon version of the icons:

.orbeon.orbeon-portlet-div [class^="icon-"], .orbeon.orbeon-portlet-div [class*=" icon-"] {
  background-image: none;
}
.orbeon.orbeon-portlet-div .navbar-inverse i {
  background-image: none;
  color: white;
}
ebruchez commented 9 years ago

I don't think (something to double-check) we had this issue with Liferay 6.1. So if we just don't show the Orbeon version of the icons they might not show with 6.1.