How to get Custom Icon in List View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 10:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2019 04:54 AM
Hi kishore,
you can use below code for differentiate them,
background-image: url(path), url('path');
background-repeat: no-repeat;
padding-left: 10px;
background-position: 5px 8px, -3px 10px;
with that "background position" we can adjust both icons on list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2019 05:01 AM
Yeah i got ...
thank you sriii...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2019 06:31 AM
Hey kishore,
How did you get this? Even with the bg position that sriteja posted, I'm still getting overlap. I'm not sure if it's because I'm doing something wrong or if it's because I'm attempting to put both of the icons in the caller_id field.
Below is my code:
background-image: url('images/icons/vip.gif'), url('images/icons/notify_now.gif');
background-repeat: no-repeat;
background-position: 5px 8px, -3px 10px;
padding-left: 10px;
Any help is greatly appreciated.
-CD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2024 10:48 PM
Hello Kishore,
can you please check the code. I have similar requirement. But images are getting overlapped using code below:
background-image: url(images/rep_editors_view.gif), url('images/icons/vip.gif') ;
background-repeat: no-repeat;
padding-left: 10px;
background-position: 5px 8px, -3px 10px;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2021 12:54 AM
Hello Sriteja
I am trying to include an escalate icon(which when set true via check box on incident form)
besides to Incident list view as below beside the green dot icon symbol as below
We have the below style defined with which highlight the IM number cell completely green and also the above green dot is achieved
I tried to add a new style too like below but couldn't achiev the esclate icon and green dot together side by side
Can you please assist me on this