Add subtle transition
This commit is contained in:
parent
f83195416a
commit
f0427b891a
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
findbar{
|
findbar{
|
||||||
-moz-box-ordinal-group: 0;
|
-moz-box-ordinal-group: 0;
|
||||||
margin-bottom: calc(0px - 2 * var(--toolbarbutton-inner-padding) - 25px);
|
margin-bottom: calc(0px - 2 * var(--toolbarbutton-inner-padding) - 25px);
|
||||||
position: relative;
|
position: relative;
|
||||||
border-top: none !important;
|
border-top: none !important;
|
||||||
transition: none !important;
|
|
||||||
border-bottom: 1px solid var(--chrome-content-separator-color);
|
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 */
|
/* Uncomment for reverse order - search-field on right */
|
||||||
/* findbar > .findbar-container { -moz-box-direction: reverse } */
|
/* findbar > .findbar-container { -moz-box-direction: reverse } */
|
Loading…
Reference in a new issue