refactor CSS styles for reboot button and adjust input width in bambu settings

This commit is contained in:
Manuel Weiser 2025-02-13 09:25:03 +01:00
parent 3e8e19e8dc
commit 89a88463ef

View File

@ -845,20 +845,6 @@ input[type="submit"]:disabled,
animation: dots 1s steps(3, end) infinite; animation: dots 1s steps(3, end) infinite;
} }
.reboot-button {
background-color: #ff0000;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
margin-left: 10px;
cursor: pointer;
}
.reboot-button:hover {
background-color: #cc0000;
}
/* Bambu Settings Erweiterung */ /* Bambu Settings Erweiterung */
.bambu-settings { .bambu-settings {
background: white; background: white;
@ -880,7 +866,7 @@ input[type="submit"]:disabled,
} }
.bambu-settings .input-group input { .bambu-settings .input-group input {
width: 100%; width: 95%;
} }
#bambuStatusMessage { #bambuStatusMessage {