mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-28 02:36:16 -04:00
Added functionality to Magic button and improved the icon
This commit is contained in:
parent
ba5c503c48
commit
541e4ff8cd
5 changed files with 59 additions and 8 deletions
|
@ -148,6 +148,12 @@
|
|||
}
|
||||
|
||||
#magic {
|
||||
visibility: hidden;
|
||||
transition: all 0.3s;
|
||||
margin-left: 5px;
|
||||
display: none;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#magic svg path {
|
||||
fill: var(--primary-font-colour);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue