From 513459d4dd6986c325ee18e4dee8502542e029c6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 1 Jul 2022 18:55:02 -0700 Subject: [firefox] Make it possible to stow firefox configuration - Put ‘userChrome.css’ into the ‘src/’ directory and have stow ignore any such directory. - Dynamically find the name of the default firefox profile. - In case the firefox profile can't be found, output some messages stating such. - Update the ‘userChrome.css’ as used by Firefox. --- firefox/userChrome.css | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 firefox/userChrome.css (limited to 'firefox/userChrome.css') diff --git a/firefox/userChrome.css b/firefox/userChrome.css deleted file mode 100644 index ba87743..0000000 --- a/firefox/userChrome.css +++ /dev/null @@ -1,28 +0,0 @@ -#tabbrowser-tabs, #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; } -- cgit v1.3-2-g0d8e