Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created December 22, 2018 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun12209/c9f91795a06ab1381644d8d47e066446 to your computer and use it in GitHub Desktop.
Save arun12209/c9f91795a06ab1381644d8d47e066446 to your computer and use it in GitHub Desktop.
searchmetadataCss
.THIS .changeMe{
display: "";
color:red;
background-color:yellow;
}
.THIS .ul_list{
padding:10px;
}
.THIS .slds-page-header {
border-radius: 0px;
}
.THIS .RemoveMe{
display: "none";
}
.THIS .bodyPart{
background-color:white;
padding:10px 10px 10px 10px;
}
.THIS .trow{
height:35px;
}
.THIS .thdr{
padding-top: 1.5%;
padding-left: 1%;
}
.THIS .searchResult{
height:200px;
overflow-y: scroll;
border-radius:3px;
}
.THIS .hdr_container {
padding-top: 5%;
}
.THIS #settingIcon{
float:right;
}
.THIS #settingDrpdwn{
position: relative;
float: right;
right: 22%;
top: -2px;
}
.THIS .menu{
width: 194px;
padding: 10px;
}
.THIS .slds-page-header{
border-radius:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment