Foren

Control Panel CSS

thumbnail
Heri Parid Pardian, geändert vor 14 Jahren.

Control Panel CSS

New Member Beiträge: 7 Beitrittsdatum: 08.10.09 Neueste Beiträge
Hi everyone,

I need your expertise.
I've created a theme in Plugin-SDK.
now I confuse how css used by portlet.
for example custom.css :
there're several custom.css, in portal project inide style folder there's custom.css
so which one is the highest level that accessed by portlet for styling css.

and I've got some problem, my control panel menu can't access custom.css in control_panel

I'm looking forward for the solution.
thumbnail
Marcus Souza, geändert vor 14 Jahren.

RE: Control Panel CSS

Junior Member Beiträge: 58 Beitrittsdatum: 31.03.09 Neueste Beiträge
Please check in the Liferay Document for a more precise Answer. It might be this way

unstyled Theme the low level, then _styled, then classic for example

You can override it in your theme, if you want. I use the Add-on Firebug in Firefox to see from wich CSS-file the attribute is comming from. I hope that helps.

Marcus Souza
thumbnail
Heri Parid Pardian, geändert vor 14 Jahren.

RE: Control Panel CSS

New Member Beiträge: 7 Beitrittsdatum: 08.10.09 Neueste Beiträge
Marcus Souza:
Please check in the Liferay Document for a more precise Answer. It might be this way

unstyled Theme the low level, then _styled, then classic for example

You can override it in your theme, if you want. I use the Add-on Firebug in Firefox to see from wich CSS-file the attribute is comming from. I hope that helps.

Marcus Souza


thank you Mr. Marcus emoticon