add field select templates

This commit is contained in:
rabuzarus 2016-04-26 00:36:40 +02:00
parent d10b3da2f0
commit 064ecc1423
5 changed files with 33 additions and 0 deletions

View file

@ -40,6 +40,7 @@ $(document).ready(function(){
}
// give select fields an boostrap classes
// @todo: this needs to be changed in friendica core
$(".field.select, .field.custom").addClass("form-group");
$(".field.select > select, .field.custom > select").addClass("form-control");