Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. .lookupInput a{
  2. position: absolute;
  3. width: 33px !important;
  4. margin-left: 5px;
  5. background-image: url(/img/setup/search-icon.png) !important;
  6. background-repeat: no-repeat !important;
  7. background-position: center !important;
  8. display: inline-flex !important;
  9. }
  10. .lookupInput input{
  11. width:91% !important;
  12. }
  13. .lookupInput a img{
  14. display:none !important;
  15. }
  16.  
  17. styleClass="slds-lookup__search-input slds-input"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement