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

Add metadata kanban collapsed tip (#7628)

* 01 change tip color to # 666

* 02 show tips when Kanban is collapsed

* 03 fix warning
This commit is contained in:
Michael An
2025-03-18 10:09:28 +08:00
committed by GitHub
parent 63c3b36b80
commit 0b698bf13c
7 changed files with 19 additions and 17 deletions

View File

@@ -735,7 +735,7 @@ table img {
/* highlight */
.tip {
color: #808080;
color: #666;
font-size: 12px;
}

View File

@@ -1342,7 +1342,7 @@ a.table-sort-op:hover {
margin: 2rem auto;
padding: 30px 40px;
font-size: 1rem;
color: #808080;
color: #666;
text-align: center;
}