btn color inverse
This commit is contained in:
parent
4bd34b56d1
commit
f4876c162f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue