style(GUI): make "Connect a drive" button blue (#686)

For consistency purposes on the main screen, we switch the "Connect a
drive" button to be the classic primary blue button as the other ones.

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2016-09-06 12:14:06 -07:00 committed by GitHub
parent b01ff5f0db
commit 5ab3d52ab9

View File

@ -78,7 +78,7 @@
</div>
<div ng-hide="main.drives.hasAvailableDrives() || main.shouldDriveStepBeDisabled()">
<button class="button button-danger button-brick button-no-hover">Connect a drive</button>
<button class="button button-primary button-brick button-no-hover">Connect a drive</button>
</div>
</div>