add Menu edit

This commit is contained in:
2026-02-06 13:11:20 +01:00
parent 7f27463f5a
commit e8a42abec9
7 changed files with 88 additions and 88 deletions

View File

@@ -0,0 +1,17 @@
.msginfo
{
color: white;
font-weight:bold;
}
.msginfo .success
{
background-color: green;
}
.msginfo .error{
background-color: red
}