mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-15 10:44:50 -04:00
BUGFIX: Flow control ops are now correctly highlighted when a breakpoint is triggered on them.
This commit is contained in:
parent
7994a65926
commit
351eef7fd9
6 changed files with 13 additions and 7 deletions
|
@ -176,6 +176,12 @@ textarea.arg {
|
|||
border-color: #b3dba2 !important;
|
||||
}
|
||||
|
||||
.flow-control-op.break {
|
||||
color: #94312f !important;
|
||||
background-color: #eabfbf !important;
|
||||
border-color: #e2aeb5 !important;
|
||||
}
|
||||
|
||||
#support-modal textarea {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue