Do not make the app task overlay that busy

This commit is contained in:
Johannes Zellner
2019-09-13 11:02:13 +02:00
parent c4aec8dfa6
commit 25b0e18ceb
2 changed files with 5 additions and 12 deletions

View File

@@ -495,9 +495,8 @@ multiselect {
left: 0;
width: 100%;
height: 100%;
background-color: white;
background-color: rgba(255,255,255,0.7);
z-index: 7;
opacity: 0.5;
cursor: not-allowed;
}