mobile-config-firefox/chrome/floating_findbar_on_top.css

10 lines
434 B
CSS
Raw Normal View History

2018-12-27 17:41:09 +01:00
findbar{
2018-12-27 18:07:12 +01: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 17:41:09 +01:00
border-bottom: 1px solid var(--chrome-content-separator-color);
2018-12-27 18:07:12 +01:00
transition: transform 82ms linear, opacity 82ms linear 32ms !important;
2018-12-27 17:41:09 +01:00
}
/* Uncomment for reverse order - search-field on right */
/* findbar > .findbar-container { -moz-box-direction: reverse } */