Config update button

This commit is contained in:
ehpersonal38
2022-05-27 16:36:17 -04:00
parent 201f705517
commit 3d5a52423b
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -82,6 +82,12 @@ button {
transition:background-color 0.2s;
}
.disabled{
cursor: not-allowed;
pointer-events: none;
opacity:0.5;
}
button:hover {
color: blue;
}