mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
search result highlighted strings, do not add op to recipe on escape
This commit is contained in:
parent
85fff21068
commit
f176a1106a
14 changed files with 108 additions and 125 deletions
|
@ -311,13 +311,13 @@ input.toggle-string {
|
|||
|
||||
.break .form-group * { color: var(--breakpoint-font-colour) !important; }
|
||||
|
||||
li.operation.selected-op {
|
||||
/*color: var(--selected-operation-font-color) !important;*/
|
||||
background-color: var(--selected-operation-bg-colour) !important;
|
||||
/*border-color: var(--selected-operation-border-colour) !important;*/
|
||||
c-operation-li li.operation.focused-op {
|
||||
color: var(--focused-operation-font-color) !important;
|
||||
background-color: var(--focused-operation-bg-colour) !important;
|
||||
border-color: var(--focused-operation-border-colour) !important;
|
||||
}
|
||||
|
||||
/*.selected-op .form-group * { color: var(--selected-operation-font-color) !important; }*/
|
||||
/*.focused-op .form-group * { color: var(--focused-operation-font-color) !important; }*/
|
||||
|
||||
.flow-control-op {
|
||||
color: var(--fc-operation-font-colour) !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue