1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

Form error message show use red color (#7928)

This commit is contained in:
Michael An
2025-06-13 18:21:21 +08:00
committed by GitHub
parent 2f3a6fb6fb
commit f1c474b5f2
2 changed files with 2 additions and 2 deletions

View File

@@ -679,7 +679,7 @@ table img {
}
.error {
color: #212529;
color: red;
}
.ovhd {

View File

@@ -309,7 +309,7 @@ a, a:hover {
}
.error {
color: #212529;
color: red;
}
.no-deco,