allow shorthands in the system.maximagesize

This commit is contained in:
Marek Bachmann
2022-11-30 01:05:32 +01:00
parent 3cf0b9b9fd
commit 25ba8bfb53
6 changed files with 77 additions and 7 deletions

View File

@@ -40,3 +40,11 @@ tr.details th {
.adminpage td {
word-break: break-all;
}
.adminpage input[id=id_maximagesize]:valid {
background-color: palegreen;
}
.adminpage input[id=id_maximagesize]:invalid {
background-color: lightpink;
}