refactor CSS styles for reboot button and adjust input width in bambu settings
This commit is contained in:
parent
3e8e19e8dc
commit
89a88463ef
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user