1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

change error page tip (#7915)

This commit is contained in:
Michael An
2025-06-10 18:02:01 +08:00
committed by GitHub
parent 39f092982e
commit 1c0689d187
13 changed files with 61 additions and 67 deletions

View File

@@ -336,7 +336,6 @@ img {
margin: 0;
}
body,
input,
textarea,
button,
@@ -680,17 +679,7 @@ table img {
}
.error {
color: red;
}
.errorlist {
color: red;
padding: 0;
}
.error-tip {
text-align: center;
margin-top: 5em;
color: #212529;
}
.ovhd {
@@ -1416,7 +1405,7 @@ textarea:-moz-placeholder {
padding: 5px;
background: #FDF;
margin: 0;
color: #000;
color: #212529;
}
/**** narrow-panel ****/
@@ -3004,8 +2993,3 @@ a.sf-popover-item {
margin-right: 2px;
background-color: #DBDBDB;
}
.unable-view-file-tip {
margin-top: 20px;
font-size: 1.125rem;
}

View File

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