diff options
author | Patrick Simianer <pks@pks.rocks> | 2019-09-04 08:53:31 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2019-09-04 08:53:31 +0200 |
commit | cee0522dc7345fc2612ce4d052145e1e15bec426 (patch) | |
tree | 55330a2f683d04e0fa727e0957ae4553246cafd7 /mozilla/.mozilla | |
parent | 1ec29af3288af0fccc1670b7a2a4e6755c1be570 (diff) |
mozilla: bar on top
Diffstat (limited to 'mozilla/.mozilla')
-rw-r--r-- | mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css | 28 |
1 files changed, 0 insertions, 28 deletions
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; -} - |