mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
BUGFIX: Flow control ops are now correctly highlighted when a breakpoint is triggered on them.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
203 source files
|
||||
104403 lines
|
||||
104409 lines
|
||||
4.0M size
|
||||
|
||||
136 JavaScript source files
|
||||
|
||||
Reference in New Issue
Block a user