Skip to content

Commit

Permalink
Add: Animate - URL, Searchbar
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 17, 2021
1 parent 8bebfb9 commit 24fe2cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 24fe2cf

Please sign in to comment.