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
yogesh.rankawatyogesh.rankawat 

CSS class used for LookupIcon

Which CSS class is used for LookupIcon?
Could you please provide me src of that CSS

Thanks
NaishadhNaishadh
<img src="/s.gif" class="lookupIcon" onmouseout="this.className='lookupIcon';" alt="Asset Lookup (New Window)" onmouseover="this.className='lookupIconOn';"/>

.lookupIcon {common.css (line 4245)
background-image:url(/img/func_icons/util/lookup20.gif);
background-position:left top;
height:20px;
width:20px;
}

img {common.css (line 75)
border:0pt none;
}