1

change color of submit button in search.html and create.html

This commit is contained in:
kasch309
2020-03-12 16:25:39 +01:00
parent 40c04f5bc4
commit c73cf2a870
2 changed files with 3 additions and 14 deletions

View File

@ -35,12 +35,10 @@
</div>
<div class="form-group">
<label for="beschreibung">Beschreibung der Gruppe</label>
<textarea type="text" class="form-control" id="beschreibung" th:name="beschreibung">
</textarea>
<textarea th:name="beschreibung" class="form-control" id="beschreibung" rows="3"></textarea>
</div>
<div class="form-group">
<button type="submit">Erstellen</button>
<button class="btn btn-primary" type="submit" style="background: #52a1eb; border-style: none">Erstellen</button>
</div>
</div>
</form>