mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
8 lines
No EOL
247 B
CSS
8 lines
No EOL
247 B
CSS
.dashboard-activity-container:hover .dashboard-activity-info-platform {
|
|
opacity: 0;
|
|
}
|
|
.dashboard-activity-container:hover .dashboard-activity-terminate-session {
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
opacity: 1;
|
|
cursor: pointer;
|
|
} |