mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Merge branch 'patch-1' of https://github.com/eljeffeg/CyberChef into eljeffeg-patch-1
This commit is contained in:
@@ -303,7 +303,7 @@
|
|||||||
|
|
||||||
#stale-indicator {
|
#stale-indicator {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
visibility: visibile;
|
visibility: visible;
|
||||||
transition: margin 0s, opacity 0.3s;
|
transition: margin 0s, opacity 0.3s;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
cursor: help;
|
cursor: help;
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
|
|
||||||
#magic {
|
#magic {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
visibility: visibile;
|
visibility: visible;
|
||||||
transition: margin 0s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
|
transition: margin 0s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user