1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 03:11:07 +00:00
Files
seahub/frontend/src/css/files-activities.css

16 lines
277 B
CSS
Raw Normal View History

table tr .activity-date {
border-top: 0;
2019-02-28 14:34:54 +08:00
}
2019-06-25 10:45:10 +08:00
table .activity-detail {
word-break: break-word;
}
table .activity-detail div {
2019-02-28 18:09:21 +08:00
display: inline;
2019-06-25 10:45:10 +08:00
}
table .activity-detail span {
color: #888;
}
table .activity-detail span:hover {
color: #333;
text-decoration: underline;
}