Skip to content

Instantly share code, notes, and snippets.

@Firesphere
Last active December 28, 2015 12:39
Show Gist options
  • Save Firesphere/7502231 to your computer and use it in GitHub Desktop.
Save Firesphere/7502231 to your computer and use it in GitHub Desktop.
Dit is hoe ik generic inputs ineens toch laat reageren op Bootstrap-input-styling. Ik wijs de Bootstrap-styling toe aan inputs omdat Silverstripe dat zelf niet goed kan. Problem solved!
input, textarea, select, input.action {
.form-control;
}
.field, input.action, .Actions {
.col-xs-6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment