luci-base: add missing .btn CSS classes to sysauth template
authorJo-Philipp Wich <jo@mein.io>
Thu, 26 Mar 2020 21:15:56 +0000 (22:15 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 7 May 2020 17:40:49 +0000 (19:40 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 9edb9336d3f1c8c2ac208eff798db23150badec4)

modules/luci-base/luasrc/view/sysauth.htm

index 9b0e2de780b1cd8881ed83db77b4b30f7161765e..0bca0af5ec664bc3747b6c08153689a432a30980 100644 (file)
@@ -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[