The css tag has no wiki summary.
1
vote
2answers
56 views
Overriding Salesforce CSS with custom CSS
I wish to change the CSS styling of standard salesforce pages with my own styling.
I have created a custom sidebar component named CustomCSS and attached it to the left sidebar. I have then enabled ...
0
votes
1answer
25 views
Dynamically assign rowClasses attribute on <apex:dataTable> component
I have a VisualForce page that render into a PDF file with the following component declaration:
<apex:dataTable value="{!someSObjectList}" var="SObj"
rowClasses="{!IF( MOD( pos, 2 ) == 0, ...
0
votes
2answers
85 views
Setting color for multiselect picklist
EDIT:Sorry for not specifying this critical part. I want this to be done on a Multi select picklist on standard salesforce *(even if it means hacking the side row by adding a dummy component) and not ...
10
votes
2answers
257 views
Changing the color of a custom button
Is there a way of changing a custom button color? Not a button on the visualforce page but rather the ones created under custom and links on an object.
Thanks.
-K
3
votes
3answers
100 views
Can I apply a custom stylesheet to modify the look and feel of a standard object detail page?
Has anyone found a technique for injecting a custom stylesheets such that I can modify how the standard page layouts look? For example, increasing the size of key fields.
Update
I don't believe ...
2
votes
1answer
38 views
best way to apply salesforce styles on custom component
I'm using a custom javascript grid (jqxgrid) on a visualforce page.
What is the best way to get and apply the salesforces native css classes?
There exists some style cheatsheet ? I was searching on ...
2
votes
1answer
34 views
Queue Color Modifications
Our inbound emails are worked out of the Service Console. Messages coming in will end up in a Support Queue and then escalated/passed to different queues or technicians when appropriate. We receive ...
4
votes
1answer
135 views
How to use image in Customer Portal header HTML, without using Image ID?
Documentation says I can choose an HTML file for header image in Customer Portal. Searching on the internet is showing that people have uploaded the image on Documents, and referring to the ID of this ...
3
votes
2answers
242 views
Replicate a pageBlockSection without the automatic formatting of contents?
Is there an easy way to replicate a pageBlockSection header with the show/hide behavior while avoiding the Visualforce automatic formatting inside the pageBlockSection?
When I insert some divs and ...
7
votes
3answers
456 views
Is there a way to use custom CSS with the Customer Portal in a reliable and maintainable way?
On Salesforce.com's Customer Portal marketing page there is a video with an example Customer Portal from Dell. The portal in the video is obviously using a lot of custom CSS which I know can be ...
0
votes
1answer
149 views
How can i hide the input box for a lookup? maybe using css
I have a lookup field called account__c in my object. I am using this on my VF page using apex:inputField. I do get the inputbox as well as the magnifying class icon for me to select the accounts.
I ...
7
votes
1answer
119 views
Site.com CSS not recognizing media queries
Site.com strips out the media query definition from a CSS file when you try to import it, and if you try to manually edit the CSS file by adding the media query, you cannot save the file. Instead you ...
2
votes
1answer
111 views
“normal” SF stylesheet for customer/partner portal
I like the way salesforce looks for internal users. The portals look kind of old.
If our partner portal is using all basic SF tabs and visualforce components like listviews, how would we go about ...
3
votes
1answer
697 views
Mini Page Layout CSS in Visualforce Page
I've a VF Page which uses a Apex StandardSetController() to display the list of a Standard Object Records(Case in my Page). The mini page layout which is a standard functionality from Salesforce has ...
1
vote
4answers
260 views
Can I change the standard tab styles?
I have a requirement to change the standard tab styles, i.e.
to something like this:
I can't find anything on the web which deals with this - obviously you can change the tab icons for when you ...
2
votes
2answers
527 views
Is it possible to add the mini page layout popup to a list column?
When you hover over a recent item in your salesforce sidebar it pops out a box that shows you a few details from the record as defined in the mini page layout for that object.
I would like to ...
3
votes
3answers
366 views
Custom CSS in Customer Portal without “repainting” flicker
I've experimenting with the Customer Portal and figured out how to inject CSS and JS via custom code in the header. Unfortunately, on every page load there's a flicker as Salesforce first loads the ...
2
votes
2answers
152 views
What are the components of Salesforce's built-in CSS URLs?
The URLs for CSS files in Salesforce resemble this:
/sCSS/25.0/sprites/1344400715000/Theme3/default/gc/elements.css
What does the 1344400715000 refer to, and is there a way to expose that value via ...
