feat: add reset edit changes button to dev-center

This commit is contained in:
ria147
2024-11-29 00:47:40 -05:00
parent 63a0053da8
commit 55ffd801e0
+6
View File
@@ -951,6 +951,12 @@ ol li:before {
margin-top: 20px;
margin-bottom: 20px;
}
.edit-app-reset-btn{
float: right;
margin-top: 20px;
margin-bottom: 20px;
margin-right: 10px;
}
input:read-only {
background-color: rgb(242 242 242);
}