Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Update to show URL in statusbar */
- #statuspanel{display: !important;}
- #statuspanel[type="overLink"]{display: !important;}
- #statuspanel-label {display: !important;}
- /* change/hide colors */
- #statuspanel #statuspanel-label {background-color: transparent !important; border: none !important; color: black !important;}
- /* changes right click menu order, so search for google is first */
- #context-searchselect {order: 0 !important;}
- #context-searchselect {-moz-box-ordinal-group: 0 !important;}
- /* change bookmark folder icon */
- .bookmark-item[container=true] {list-style-image: url("folder-item.png") !important;}
- /* Tighten up drop-down/context/popup menu spacing (8 Sep 2021) */
- menupopup:not(.in-menulist) > menuitem,
- menupopup:not(.in-menulist) > menu {padding-block: 2px !important; min-height: unset !important;}
- /* remove extra bookmark spacing */
- #PlacesToolbar menuitem {min-height: 2px !important;}
- /* Added move search selected text to the top of context menu was #context-searchselect {-moz-box-ordinal-group: 0 !important;} */
- #context-searchselect {order: -1 !important;}
- /*** Added 6/17/22 to increase bookmark spacing, tried 2 px 1st ***/
- #PlacesToolbar bookmark-item {min-height: 2px !important;}
- /* Increase font size on bookmarks toolbar - 14 px way too big, 12px too small*/
- #PlacesToolbarItems .bookmark-item {font-size: 13px !important; .tabbrowser-tab {padding-top: 1px !important; margin-top:1px !important;}
- menupopup > menuitem, menupopup > menu {padding-top: 2px !important; padding-bottom:2px !important;}
- *|*:root {--arrowpanel-menuitem-padding: 4px 8px !important;}
- /* Use Normal top and bottom padding for Compact */
- #PlacesToolbarItems .bookmark-item {padding-top: 1px !important; padding-bottom: 1px !important;}
- /* TABS: height */
- :root {
- --tab-toolbar-navbar-overlap: 1px !important; /* fix for full screen mode */
- --tab-min-height: 14px !important;
- --tab-max-height:16px !important; }
- #TabsToolbar, #tabbrowser-tabs {--tab-max-height: 16px !important;}
- /* Tab padding around text */
- #TabsToolbar {margin-top: 1px !important; margin-bottom: 1px !important; }
- /* Bookmark and context menu spacing */
- menupopup > menuitem, menupopup > menu {padding-block: 2px !important; min-height: 2px !important;}
- /* Options menu spacing was 2px 4px*/
- :root {--arrowpanel-menuitem-padding: 1px 1px !important;}
- /* Disable rounded tabs */
- .tab-background{border-radius: 0px 0px !important; margin-bottom: 0px !important; margin-block: 1px 0 !important;}
- /* Remove "Share" Context menu on Tab */
- #tabContextMenu .share-tab-url-item, {display: none !important;}
- /* Never show "Share" when right clicking */
- #context-share {display: none !important;}
- /* Never show "Reload Tab" when right clicking */
- #context-ReloadTab {display: none !important;}
- /* Never show "Pin Tab" when right clicking */
- #context-pinTab {display: none !important;}
- /* Never show "Mute Tab" when right clicking */
- #tabContextMenu #context_toggleMuteTab, {display: none !important;}
- /* Hide "Move Tab" on context menu */
- #tabContextMenu #context_moveTabOptions, {display: none !important;}
- /* Never show "Open in New Private Window" when right clicking */
- #context-openlinkprivate, {display: none !important;}
- /* Never show "Make Private Tab" when right clicking */
- #placesContext_open\:newprivatewindow, {display: none !important;}
- /*Removes Items from Tab Context Menu*/
- #tabContextMenu #context_reloadTab,{display: none !important;}
- #tabContextMenu #context_Share, {display: none !important;}
- #tabContextMenu #context_openTabInWindow, {display: none !important;}
- #tabContextMenu #context_shareTabURL, {display: none !important;}
- #tabContextMenu #context_MuteTab, {display: none !important;}
- #tabContextMenu #context_pinTab {display: none !important;}
- /* Hide "Take Screenshot" on context menu */
- #context-take-screenshot,{display: none !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement