You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by amit charaya <of...@palinfocom.net> on 2007/07/10 15:58:35 UTC

how to change look and feel

i want to changw look and feel of the menus and buttons. how can i do it.
is there any css files defined that are used to decorate button and other
widgets if yes where are they
-- 
View this message in context: http://www.nabble.com/how-to-change-look-and-feel-tf4056016.html#a11521462
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: how to change look and feel

Posted by Adrian Crum <ad...@hlmksw.com>.
Amit,

There are two approaches you can take:

1. Modify the framework/images/webapp/images/maincss.css and 
framework/images/webapp/images/ecommain.css files

2. Create your own css files, then modify the Global Decorator to use them instead of the default ones.

-Adrian


amit charaya wrote:
> i want to changw look and feel of the menus and buttons. how can i do it.
> is there any css files defined that are used to decorate button and other
> widgets if yes where are they