I customized the action bar,LOGO and Page Content skin of iNotes Lite Mode,Now I want to customize the skin of the New message memo,Sadly,I don’t find the right way.is the s_MailMemoEdit in Subforms? I want to change the height of To,Cc,Bcc textarea.any comments?Thanks in advantage.
Li wit
Subject: Stylesheets
If this is for 8.5, you would probably just want to edit the styles of the mail edit form. Use a DOM inspector to find out the CSS classes of the elements that you want to change. And then look for the classes in the stylesheets. The stylesheets are in the Forms file in the Resources / Files section. Look in the follow stylesheets:
h_ShimmerSkin-h_Stylesheet
h_ShimmerSkin-h_StylesheetDocuments
h_ShimmerSkin-h_StylesheetOverride
The stylesheets are in groups according to the browser. The “skin group” is the first part of the name:
h_ShimmerSkin-xxx - for IE
h_ShimmerSkinGecko-xxx - for Firefox
h_ShimmerSkinSafair-xxx - for Safari
So make sure to update the styles in three places if you want to support all browsers.