mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
add small notification to terminal if new invisible output is available
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user