function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Karthik112Karthik112 

Salesforce CSS

Hi I built a custom visual force page for accounts which has attachments button in the detail page (in the related list section) and when you click that it pulls a .Net page from an external system  and display it as an iFrame. My requirement needs to have the .Net page look and feel matching salesforce. Where do I find the standard salesforce style sheets to mimic the iFrame page..? Pls advise. Thanks.

Rahul SharmaRahul Sharma

Refer this link - Standard CSS

Karthik112Karthik112

Thanks for your prompt response rahul. I also added firebug add on to firefox, went to the detail page of Salesforce and copied the css file associated with it from firebug. Do u think it works?

Rahul SharmaRahul Sharma

yes it should work if you add all the related CSS files in the code.