mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add terminate session button to current activity
This commit is contained in:
parent
c780b9fd65
commit
0c62a83145
4 changed files with 120 additions and 19 deletions
|
@ -781,6 +781,21 @@ a .users-poster-face:hover {
|
|||
display: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.dashboard-activity-terminate-session {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
font-size: 30px;
|
||||
color: #eee;
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.dashboard-activity-terminate-session:hover {
|
||||
color: #e9a049;
|
||||
}
|
||||
.dashboard-activity-button-info {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue