mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
12 lines
188 B
CSS
12 lines
188 B
CSS
.activity-details {
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
.activity-details:hover {
|
|
color: #333;
|
|
}
|
|
.mobile-activity-time {
|
|
display: inline-block;
|
|
margin-bottom: .2em;
|
|
}
|