mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Remove modern theme option
For now as it is not really shaped yet.
This commit is contained in:
parent
55de85d829
commit
dd8caa46c4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user