diff options
author | Patrick Simianer <p@simianer.de> | 2018-10-19 16:40:22 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2018-10-19 16:40:22 +0200 |
commit | e6b399bd30412d32aee4d55e835848b68b4d3ac7 (patch) | |
tree | 145a606a2c486fd264a8fc8d1f10f6314a1c6b7a /mozilla/.mozilla/firefox/pks.default/chrome | |
parent | f38aacb95f897c3a7ae598ac9a99dffde5465e25 (diff) |
firefox: move findbar
Diffstat (limited to 'mozilla/.mozilla/firefox/pks.default/chrome')
-rw-r--r-- | mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} + |