Created
December 22, 2018 08:19
-
-
Save arun12209/c9f91795a06ab1381644d8d47e066446 to your computer and use it in GitHub Desktop.
searchmetadataCss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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