Browse Source

Update default value for color-input

pull/1087/head
billz 1 year ago
parent
commit
f6995ba239
  1. 2
      templates/themes.php

2
templates/themes.php

@ -17,7 +17,7 @@
</div>
<div class="col-xs-3 col-sm-3">
<label for="code"><?php echo _("Color"); ?></label>
<input class="form-control color-input" value="#d8224c" aria-label="color" />
<input class="form-control color-input" value="#2b8080" aria-label="color" />
</div>
</div>
<form action="system_info" method="POST">

Loading…
Cancel
Save