mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Adding Activity mockup.
This commit is contained in:
19
res/app/control-panes/activity/activity.css
Normal file
19
res/app/control-panes/activity/activity.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user