From 24fe2cfde109094ce3d8be97d7739ead3574f0ba Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sun, 17 Oct 2021 21:40:24 +0900 Subject: [PATCH] Add: Animate - URL, Searchbar --- userChrome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userChrome.css b/userChrome.css index abbafa5..b27b50d 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1952,6 +1952,12 @@ transition: background-color 1s var(--animation-easing-function) !important; } + /* URL / Search Bar */ + #urlbar-background, + #searchbar { + transition: border-color 0.5s var(--animation-easing-function), background-color 1s var(--animation-easing-function) !important; + } + /** Reduce Padding **********************************************************/ /*= Root - Reduce Padding ==================================================*/ :root {