blueviolet-btn

This commit is contained in:
devdatt 2025-12-14 12:26:05 +05:30
parent 2db964592c
commit 891d84085a
2 changed files with 3 additions and 14 deletions

View File

@ -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">

View File

@ -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;