mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 18:26:14 -04:00
Added status message mechanism for the Worker to report to the app
This commit is contained in:
parent
6af82680f1
commit
d68523a54e
6 changed files with 73 additions and 23 deletions
|
@ -110,3 +110,11 @@
|
|||
font-weight: normal;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
#output-loader .loading-msg {
|
||||
opacity: 1;
|
||||
font-family: var(--primary-font-family);
|
||||
line-height: var(--primary-line-height);
|
||||
color: var(--primary-font-colour);
|
||||
top: 50%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue