Skip to content

Commit

Permalink
webui: change login button color for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper authored and pstorz committed Mar 13, 2022
1 parent 2f6672a commit 088bbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/module/Auth/view/auth/auth/login.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* bareos-webui - Bareos Web-Frontend
*
* @link https://github.com/bareos/bareos for the canonical source repository
* @copyright Copyright (C) 2013-2020 Bareos GmbH & Co. KG (http://www.bareos.org/)
* @copyright Copyright (C) 2013-2022 Bareos GmbH & Co. KG (http://www.bareos.org/)
* @license GNU Affero General Public License (http://www.gnu.org/licenses/)
*
* This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -142,7 +142,7 @@ $this->headTitle($title);
<div class="form-group">

<?php
echo $this->formSubmit($form->get('submit')->setAttribute('class','btn btn-primary'));
echo $this->formSubmit($form->get('submit')->setAttribute('class','btn btn-default'));
?>

</div>
Expand Down

0 comments on commit 088bbe0

Please sign in to comment.