WebUI: Add multi-file renaming

PR #18287.
Closes #16239.
This commit is contained in:
loligans
2023-02-19 03:07:55 -08:00
committed by GitHub
parent d75fd3fcde
commit 466314675c
12 changed files with 1340 additions and 28 deletions

View File

@@ -57,7 +57,8 @@ h2 {
padding: 6px 0;
}
#error_div {
#error_div,
#rename_error {
color: #f00;
float: left;
font-size: 14px;