Using custom CSS in Modules (Search, etc)
Posted: Tue Jun 23, 2009 4:55 pm
Is there any accepted procedure, or butcher job someone has successfully done, that shows how to attach our own css classes & designs so that we can alter the way inputs appear (input textarea, input submit) ...?
As a further example, in the Search Module (SearchModule.php) I find a small function GetSearchHtmlTemplate(), which assemblies the textarea and submit button.
It would be nice to attach a specific style to these elements, perhaps by using an optional parameter to specifiy a stylesheet to be used?
My guess is that editing SearchModule.php would be necessary to then accommodate the imported styles.
Parameter (optional) css="false"
::
to
::
As a further example, in the Search Module (SearchModule.php) I find a small function GetSearchHtmlTemplate(), which assemblies the textarea and submit button.
It would be nice to attach a specific style to these elements, perhaps by using an optional parameter to specifiy a stylesheet to be used?
My guess is that editing SearchModule.php would be necessary to then accommodate the imported styles.
Parameter (optional) css="false"
::
to
::