Skip to content

Commit

Permalink
Use only one button class per button to fix button text color
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Jun 17, 2024
1 parent 4c23e5b commit 94b49ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings-api.lp
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ mg.include('scripts/pi-hole/lua/settings_header.lp','r')
</div>
</div>
<div class="modal-footer">
<button type="button" id="apppw_clear" class="btn btn-default btn-danger pull-left">Remove currently set app password</button>
<button type="button" id="apppw_submit" class="btn btn-default btn-success">Enable new app password</button>
<button type="button" id="apppw_clear" class="btn btn-danger pull-left">Remove currently set app password</button>
<button type="button" id="apppw_submit" class="btn btn-success">Enable new app password</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 94b49ce

Please sign in to comment.