From f83195416a5d33f955fb71b5ae8d8e245f667dc1 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 27 Dec 2018 18:41:09 +0200 Subject: [PATCH] new file --- chrome/floating_searchbar_on_top.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 chrome/floating_searchbar_on_top.css diff --git a/chrome/floating_searchbar_on_top.css b/chrome/floating_searchbar_on_top.css new file mode 100644 index 0000000..673b149 --- /dev/null +++ b/chrome/floating_searchbar_on_top.css @@ -0,0 +1,10 @@ +findbar{ + -moz-box-ordinal-group: 0; + 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); +} +/* Uncomment for reverse order - search-field on right */ +/* findbar > .findbar-container { -moz-box-direction: reverse } */ \ No newline at end of file