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

change activity icon

This commit is contained in:
Michael An
2019-06-25 10:45:10 +08:00
parent 1ad93db6a2
commit 621c26b56e
2 changed files with 15 additions and 18 deletions

View File

@@ -1,6 +1,16 @@
table tr .activity-date {
border-top: 0;
}
table td .activity-detail {
table .activity-detail {
word-break: break-word;
}
table .activity-detail div {
display: inline;
}
table .activity-detail span {
color: #888;
}
table .activity-detail span:hover {
color: #333;
text-decoration: underline;
}