btn color fix

This commit is contained in:
ARvind Tiwari 2017-08-03 00:24:27 +05:30
parent f4876c162f
commit 94e7039d8c

View file

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