From 291c55befd739f2337228513547d6e16014621bc Mon Sep 17 00:00:00 2001 From: ElJeffe Date: Tue, 14 Dec 2021 08:47:55 -0500 Subject: [PATCH] Spelling Someone noticed this in another project that includes CyberChef --- src/web/stylesheets/layout/_io.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/stylesheets/layout/_io.css b/src/web/stylesheets/layout/_io.css index 2c8be70e..293a7bc4 100755 --- a/src/web/stylesheets/layout/_io.css +++ b/src/web/stylesheets/layout/_io.css @@ -303,7 +303,7 @@ #stale-indicator { opacity: 1; - visibility: visibile; + visibility: visible; transition: margin 0s, opacity 0.3s; margin-left: 5px; cursor: help; @@ -316,7 +316,7 @@ #magic { opacity: 1; - visibility: visibile; + visibility: visible; transition: margin 0s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s; margin-left: 5px; margin-bottom: 5px;