mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
20 lines
405 B
CSS
20 lines
405 B
CSS
.stf-activity .activity-list .activity-date,
|
|
.stf-activity .activity-list .activity-buttons {
|
|
opacity: 0;
|
|
transition: opacity 0.25s ease-in-out;
|
|
}
|
|
|
|
.stf-activity .activity-list li:hover .activity-date,
|
|
.stf-activity .activity-list li:hover .activity-buttons {
|
|
opacity: 1;
|
|
}
|
|
|
|
.stf-activity .activity-title {
|
|
display: inline-block;
|
|
}
|
|
|
|
.stf-activity .activity-icon {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|