add small notification to terminal if new invisible output is available

This commit is contained in:
Jakob Schrettenbrunner 2016-12-10 00:17:23 +01:00
parent 96462a119f
commit c80c6714a1
2 changed files with 48 additions and 4 deletions

View file

@ -286,6 +286,24 @@ li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.
opacity: 1;
}
#consoleNotify {
position: absolute;
bottom: 0;
margin-right: 17px;
margin-bottom: 2px;
z-index: 10;
background: white;
right: 0;
opacity: .6;
padding: 5px 7px;
border-radius: 5px;
cursor: pointer;
}
#consoleNotify:hover {
opacity: .9;
}
.hasFileHover {
border: 2px dashed #0087F7;
border-radius: 5px;