diff options
| author | 2025-12-27 01:10:42 -0800 | |
|---|---|---|
| committer | 2025-12-27 01:11:44 -0800 | |
| commit | 231d70fd3d39d7b0e44e8b98005b34170e6d72fa (patch) | |
| tree | 56750d40553b7fb3f6720654a2bd41d7bcab7da9 /firefox/.mozilla | |
| parent | f63f939a38df5e128f6d970aef345c7d4bb1782a (diff) | |
| download | new-dotfiles-231d70fd3d39d7b0e44e8b98005b34170e6d72fa.tar.gz new-dotfiles-231d70fd3d39d7b0e44e8b98005b34170e6d72fa.zip | |
firefox: Remove unnecessary indirection in configuration
Diffstat (limited to 'firefox/.mozilla')
| -rw-r--r-- | firefox/.mozilla/firefox/n0vwae07.default/chrome/userChrome.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/firefox/.mozilla/firefox/n0vwae07.default/chrome/userChrome.css b/firefox/.mozilla/firefox/n0vwae07.default/chrome/userChrome.css new file mode 100644 index 0000000..93e7d9a --- /dev/null +++ b/firefox/.mozilla/firefox/n0vwae07.default/chrome/userChrome.css @@ -0,0 +1,28 @@ +#tabbrowser-tabs, #tabbrowser-arrowscrollbox { + min-height: 0 !important; +} + +#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"], +#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] + toolbarbutton { + visibility: collapse; +} + +#tabbrowser-tabs .tabs-newtab-button { + visibility: collapse !important; +} + +#tabbrowser-tabs tab { + min-height: var(--tab-min-height); +} + +/* Context menu filters */ +.menu-iconic-left { opacity: 0.7; } +#contentAreaContextMenu, #placesContext, #tabContextMenu, #toolbar-context-menu #sitebarMenu-popup { opacity: 0.7 !important; } +/* Bookmarks Toolbar folters, Bookmarks and History Menu filters */ +#personal-bookmarks .menu-iconic-left, #BMB_bookmarksPopup .menu-iconic-left, #bookmarksMenuPopup .menu-iconic-left, #goPopup .menu-iconic-left { opacity: 0.9 !important; } +menupopup:nth-child(1) { opacity: 0.7; } +/* Page Action context menu filter */ +#pageActionContextMenu .menu-iconic-left { opacity: 0.7 !important; } +#pageActionContextMenu { opacity: 0.7; } +/* Widget Panels (Overflow + add-ons) filter */ +.panel-arrowcontent { opacity: 0.7; } |
