문제

I have developed a dark Liferay theme (dark background, white font). But now I have a problem, because the Alloy Popups and Overlays are light (white background, and now also white font).

Is there a nice way to override the AUI-* css classes in a theme? Because the classes are not included in the _unstyled Theme.

Or can the AUI classes be customized for a portal instance only?

Thanks!

Here is the screenshot:

Screenshot

도움이 되었습니까?

해결책

It is not available in _unstyled but it is in _styled, have a look at /portal-trunk/portal-web/docroot/html/themes/_styled/css folder and you will get all css for .aui.

You can take this and override in your custom.css as the custom.css of your developed theme will be loaded at last and thus it will have first priority for the loading.

Hope this helps.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top