mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 06:50:33 -08:00
Add: Animate - URL, Searchbar
This commit is contained in:
parent
8bebfb9e16
commit
24fe2cfde1
1 changed files with 6 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue