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:
@@ -735,7 +735,7 @@ table img {
|
||||
|
||||
/* highlight */
|
||||
.tip {
|
||||
color: #808080;
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user