luci-base: add missing .btn CSS classes to sysauth template
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 9edb9336d3
)
This commit is contained in:
parent
c235829326
commit
de5578cb5c
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
|||
</div>
|
||||
|
||||
<div class="cbi-page-actions">
|
||||
<input type="submit" value="<%:Login%>" class="cbi-button cbi-button-apply" />
|
||||
<input type="reset" value="<%:Reset%>" class="cbi-button cbi-button-reset" />
|
||||
<input type="submit" value="<%:Login%>" class="btn cbi-button cbi-button-apply" />
|
||||
<input type="reset" value="<%:Reset%>" class="btn cbi-button cbi-button-reset" />
|
||||
</div>
|
||||
</form>
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue