From cee0522dc7345fc2612ce4d052145e1e15bec426 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 4 Sep 2019 08:53:31 +0200 Subject: mozilla: bar on top --- .../firefox/pks.default/chrome/userChrome.css | 28 ---------------------- 1 file changed, 28 deletions(-) (limited to 'mozilla') diff --git a/mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css b/mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css index 93851bd..a157eee 100644 --- a/mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css +++ b/mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css @@ -21,31 +21,3 @@ menuitem[label="Move to New Window"] display: none !important } -.tabbrowser-tab:not([pinned]) { - min-width: 8px !important; -} - -.tab-content { - padding: 0 2px !important; - min-width: 4px !important; -} - -.tab-close-button, -.tabs-newtab-button, -#new-tab-button { - display: none !important; -} - -#TabsToolbar { -position: fixed; -bottom: 0em; -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