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

12 lines
188 B
CSS
Raw Normal View History

.activity-details {
text-decoration: underline;
cursor: pointer;
2019-02-28 14:34:54 +08:00
}
.activity-details:hover {
color: #333;
2019-06-25 10:45:10 +08:00
}
.mobile-activity-time {
display: inline-block;
margin-bottom: .2em;
2019-06-25 10:45:10 +08:00
}