Skip to content

Instantly share code, notes, and snippets.

@rinaTaur
Last active January 23, 2019 02:24
Show Gist options
  • Save rinaTaur/cc8b42bb645d967ecf5c to your computer and use it in GitHub Desktop.
Save rinaTaur/cc8b42bb645d967ecf5c to your computer and use it in GitHub Desktop.
<style>
/* lookup field override */
.lookupInput a {
display: block;
position: absolute;
top: 0px;
}
.lookupInput img {
float:right;
}
.span.lookupInput {
position: relative;
display: inherit;
}
.lookupInput a, .lookupInput a {
border: none !important;
background: none !important;
}
</style>
<apex:inputField styleClass="form-control" value="{!contact.reportsToId}" />
@manzanofab
Copy link

Awesome work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment