btn color inverse

This commit is contained in:
ARvind Tiwari 2017-08-03 00:22:25 +05:30
parent 4bd34b56d1
commit f4876c162f

View file

@ -24,7 +24,7 @@
<div class="underform-contaner">
<h4>{% trans "Use your created key to access to the VM" %}.</h4>
<div class="btn-container">
<button type="submit" name="add_ssh" class="btn choice-btn">
<button type="submit" name="add_ssh" class="btn choice-btn-faded">
{% trans "Add SSH Key" %}
</button>
</div>
@ -32,7 +32,7 @@
<div class="underform-contaner">
<h4>{% trans "Or you can generate a new key pair"%}.</h4>
<div class="btn-container">
<button type="submit" name="generate" class="btn choice-btn choice-btn-faded">
<button type="submit" name="generate" class="btn choice-btn choice-btn">
{% trans "Generate" %}
</button>
</div>