From 95f0df2671b2921797562ce26679d8a4152b71ab Mon Sep 17 00:00:00 2001 From: black7375 Date: Tue, 7 Sep 2021 18:35:54 +0000 Subject: [PATCH] Prettified Code! --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index c94338b..13e8812 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1254,14 +1254,14 @@ #tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not([visuallyselected]) .tab-close-button { visibility: collapse !important; - opacity:0; + opacity: 0; /* Animation - Fade out */ transition: opacity 0.1s var(--animation-easing-function) !important; } #tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:hover .tab-close-button { visibility: visible !important; - opacity:1; + opacity: 1; /* Animation - Fade in */ transition: opacity 0.25s var(--animation-easing-function) !important;