Temporary fixes for masked info for guest access

This commit is contained in:
JonnyWong16 2017-11-01 19:13:54 -07:00
commit ef6ef868e0
6 changed files with 85 additions and 59 deletions

View file

@ -737,6 +737,15 @@ a .users-poster-face:hover {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.dashboard-activity-info-platform-no-terminate {
background-position: center;
background-size: cover;
width: 50px;
height: 50px;
opacity: 1;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.dashboard-activity-terminate-session {
width: 100%;
height: 100%;
@ -881,6 +890,14 @@ a:hover .dashboard-activity-cover {
-moz-box-shadow: inset 0 0 0 2px #e9a049;
box-shadow: inset 0 0 0 2px #e9a049;
}
.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;
}
.dashboard-activity-metadata-wrapper {
position: relative;
width: 100%;