Skip to content

Instantly share code, notes, and snippets.

@shrutis22
Created October 16, 2016 15:42
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 shrutis22/58e256178494daf70f9a1134ee256952 to your computer and use it in GitHub Desktop.
Save shrutis22/58e256178494daf70f9a1134ee256952 to your computer and use it in GitHub Desktop.
CSS File for the Field Set UI Generator
input[type=checkbox] {
position: relative;
width: 1.5rem;
height: 1.5rem;
top: 0.25rem;
}
textarea {
resize: vertical;
}
.dateFormat {
display: block;
}
.lookupInput {
vertical-align: inherit;
display: block;
}
.datePicker .dateBar select {
width: inherit;
height: inherit;
padding: inherit;
margin-top: inherit;
margin-right: inherit;
}
.datePicker .dateBar select:focus {
outline: none;
}
.multiSelectPicklistRow {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment