mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 17:56:15 -04:00
Status bar widgets are disabled for HTML output
This commit is contained in:
parent
ff45f61b68
commit
1b3d55f051
3 changed files with 37 additions and 4 deletions
|
@ -449,6 +449,11 @@
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
.cm-status-bar .disabled {
|
||||
background-color: unset !important;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* Dropup Button */
|
||||
.cm-status-bar-select-btn {
|
||||
border: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue