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