2018-12-27 16:41:09 +00:00
|
|
|
findbar{
|
2018-12-27 17:07:12 +00:00
|
|
|
-moz-box-ordinal-group: 0;
|
|
|
|
margin-bottom: calc(0px - 2 * var(--toolbarbutton-inner-padding) - 25px);
|
|
|
|
position: relative;
|
|
|
|
border-top: none !important;
|
2018-12-27 16:41:09 +00:00
|
|
|
border-bottom: 1px solid var(--chrome-content-separator-color);
|
2018-12-27 17:07:12 +00:00
|
|
|
transition: transform 82ms linear, opacity 82ms linear 32ms !important;
|
2018-12-27 16:41:09 +00:00
|
|
|
}
|
|
|
|
/* Uncomment for reverse order - search-field on right */
|
|
|
|
/* findbar > .findbar-container { -moz-box-direction: reverse } */
|