1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +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

@@ -46,7 +46,7 @@
}
.old-history-main p {
color: #808080;
color: #666;
font-size: 12px;
margin-top: 0;
margin-bottom: 1rem;

View File

@@ -113,7 +113,7 @@ body {
}
.tip {
color: #808080;
color: #666;
}
.file-details-container {

View File

@@ -117,7 +117,7 @@
}
.tip {
color: #808080;
color: #666;
margin-bottom: 1rem;
}