blueviolet-btn
This commit is contained in:
parent
2db964592c
commit
891d84085a
|
|
@ -54,7 +54,7 @@ switch ($_POST['action']) {
|
|||
accept=".bin"
|
||||
required><br><br>
|
||||
|
||||
<button type="submit">Restore</button>
|
||||
<button type="submit" name="action" value="restore" class="green-btn">Restore</button>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -65,7 +65,7 @@ switch ($_POST['action']) {
|
|||
</div>
|
||||
<div class="card wide">
|
||||
<form method="post" class="form-center" onsubmit="return confirmReboot();">
|
||||
<button type="submit" name="action" value="reboot" class="blueviolet-btn">Reboot</button>
|
||||
<button type="submit" name="action" value="reboot" class="green-btn">Reboot</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="card wide">
|
||||
|
|
|
|||
|
|
@ -378,18 +378,7 @@
|
|||
}
|
||||
|
||||
.green-btn {
|
||||
background-color: greenyellow;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding: 10px 20px;
|
||||
border: none;
|
||||
width: 33%;
|
||||
border-radius: 7px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.blueviolet-btn {
|
||||
background-color: blueviolet;
|
||||
background-color: green;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding: 10px 20px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue