add the background filter back for active sessions

This commit is contained in:
dkanada 2021-03-25 12:24:51 +09:00
parent ab72e13f85
commit bcaf95c4e3
3 changed files with 8 additions and 2 deletions

View file

@ -350,6 +350,10 @@ div[data-role=controlgroup] a.ui-btn-active {
flex-direction: column;
}
.darkenContent {
background: rgba(0, 0, 0, 0.7);
}
.sessionAppName {
vertical-align: top;
max-width: 200px;