mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Add subtle transition
This commit is contained in:
parent
f83195416a
commit
f0427b891a
1 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@ findbar{
|
|||
margin-bottom: calc(0px - 2 * var(--toolbarbutton-inner-padding) - 25px);
|
||||
position: relative;
|
||||
border-top: none !important;
|
||||
transition: none !important;
|
||||
border-bottom: 1px solid var(--chrome-content-separator-color);
|
||||
transition: transform 82ms linear, opacity 82ms linear 32ms !important;
|
||||
}
|
||||
/* Uncomment for reverse order - search-field on right */
|
||||
/* findbar > .findbar-container { -moz-box-direction: reverse } */
|
Loading…
Reference in a new issue