mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
add field select templates
This commit is contained in:
parent
d10b3da2f0
commit
064ecc1423
5 changed files with 33 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue