change color of submit button in search.html and create.html
This commit is contained in:
@ -35,16 +35,7 @@
|
||||
<label>Suchbegriff:</label>
|
||||
<input class="form-control" type="text" value="" name="suchbegriff" placeholder="z.B. Programmieren, Lerngruppe, ...">
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" style="margin-left: 10px;"> Öffentliche Gruppen
|
||||
<input type="checkbox" style="margin-left: 24px;"> Private Gruppen
|
||||
<br>
|
||||
<input type="checkbox" style="margin-left: 10px;"> Suchbegriff im Namen
|
||||
<input type="checkbox" style="margin-left: 10px;"> Suchbegriff in der Beschreibung
|
||||
<input type="checkbox" style="margin-left: 10px;"> Suchbegriff in der Veranstaltung
|
||||
</div>
|
||||
<br>
|
||||
<button type="button" class="btn btn-primary" style="background: dodgerblue">Suchen</button>
|
||||
<button type="button" class="btn btn-primary" style="background: #52a1eb; border-style: none">Suchen</button>
|
||||
</div>
|
||||
</form>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user