mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Remove modern theme option
For now as it is not really shaped yet.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user