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:
@@ -679,7 +679,7 @@ table img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
color: #212529;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ovhd {
|
.ovhd {
|
||||||
|
@@ -309,7 +309,7 @@ a, a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
color: #212529;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-deco,
|
.no-deco,
|
||||||
|
Reference in New Issue
Block a user