Remove modern theme option

For now as it is not really shaped yet.
This commit is contained in:
Dennis Reimann 2019-11-08 14:36:30 +01:00
parent 55de85d829
commit dd8caa46c4
No known key found for this signature in database
GPG Key ID: 5009E1797F03F8D0

View File

@ -36,7 +36,6 @@
<label asp-for="ThemeCssUri"></label>
<select id=themes asp-for="ThemeCssUri" class="form-control">
<option value="/css/themes/classic.css">Classic</option>
<option value="/css/themes/modern.css">Modern</option>
<option value="/css/themes/casa.css">Casa</option>
</select>
<span asp-validation-for="ThemeCssUri" class="text-danger"></span>