From e6b399bd30412d32aee4d55e835848b68b4d3ac7 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 19 Oct 2018 16:40:22 +0200 Subject: firefox: move findbar --- mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mozilla') diff --git a/mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css b/mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css index fd60432..93851bd 100644 --- a/mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css +++ b/mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css @@ -44,3 +44,8 @@ width: 100%; #tabbrowser-tabs { width: 100%; } #content-deck { margin-bottom: 0em; } +/* mve Find Bar above the page */ +.browserContainer > findbar { + -moz-box-ordinal-group: 0; +} + -- cgit v1.2.3