mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 20:37:42 +00:00
Form error message show use red color (#7928)
This commit is contained in:
@@ -679,7 +679,7 @@ table img {
|
||||
}
|
||||
|
||||
.error {
|
||||
color: #212529;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.ovhd {
|
||||
|
@@ -309,7 +309,7 @@ a, a:hover {
|
||||
}
|
||||
|
||||
.error {
|
||||
color: #212529;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.no-deco,
|
||||
|
Reference in New Issue
Block a user