Prikaz označenih pitanja: Prikaži sva pitanja

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the se… (pročitajte više)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }

Asked by Slouch prije 22 sati

Bookmarks Toolbar Popup Menu Padding, Color, and more.

Hi All, I'm trying to change the appearance of the "Bookmarks Toolbar / Chevron >>" popup menu, which (after version 88) has turned bright white with extra padding… (pročitajte više)

Hi All,

I'm trying to change the appearance of the "Bookmarks Toolbar / Chevron >>" popup menu, which (after version 88) has turned bright white with extra padding between menu items and rounded corners.

I'm a fan of system menus, so I would really like the popup menu to look like the regular bookmarks menu from the top menu bar (see attached image).

I also like the subtle chiseled vertical line separating the favicons and the descriptions, and the 1px gray border around the menu, plus square corners.

I took a guess at some of the variable names, but only the menu's background color has changed.

Maybe someone knows how to change other attributes such as border color, radius, menu-item-height, padding, and add in the 3D vertical column line?

Thank you!

Here is my first attempt at the code...

#PersonalToolbar menupopup {
  /* Text color */
  --menu-color: #000 !important;
  --arrowpanel-color: #000 !important;
  --panel-color: #000 !important;
  /* Background color */
  --menu-background-color:  #f0f0f0 !important;
  --arrowpanel-background: #f0f0f0 !important;
  --panel-background: #f0f0f0 !important;
  /* Border color (if any) */
  --menu-border-color: #606060 !important;  /* not working on boomarks toolbar menu */
  --menu-border: 1px !important;  /* not working on boomarks toolbar menu */
  --menu-border-radius: 0px !important;  /* not working on boomarks toolbar menu */
}
/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/
menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 0px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}

Asked by Slouch prije 20 sati

How to disable the 'download complete' pop-up??

Hi. Is there a way to disable this popup in firefox android? I see it's an option on desktop via support:config, but not mobile. It is persistent and takes up a good c… (pročitajte više)

Hi. Is there a way to disable this popup in firefox android? I see it's an option on desktop via support:config, but not mobile. It is persistent and takes up a good chunk of the screen. When downloading a lot of images in a row it makes navigation difficult.

I'm confident there's a way bc I'm sure tons of us have been asking the same question for a long time now. If not - 'new feature/bug request' I/we will do.

Thank you.

Asked by Carini Reprise prije 8 sati

In TB 66 how can I re-enable Calendar, if it was disabled long ago during the installation?

Could not find anything in add-ons, settings, or about:config. There is a topic on this site https://support.mozilla.org/en-US/questions/1086884 but I am not able to foll… (pročitajte više)

Could not find anything in add-ons, settings, or about:config. There is a topic on this site https://support.mozilla.org/en-US/questions/1086884 but I am not able to follow it because there is no add-on or plugin to enable or I cannot find it.

Asked by yekos82264 prije 4 sati

What extensions and add-ons are available for Firefox for Android?

This question asks about the availability of additional features and tools that users can install and use to enhance their browsing experience on Firefox for Android. The… (pročitajte više)

This question asks about the availability of additional features and tools that users can install and use to enhance their browsing experience on Firefox for Android. These extensions and add-ons can offer functionalities such as ad blocking, password management, and privacy enhancements, providing users with options to customize their browser to better suit their needs and preferences.

Asked by khanmuhammadyt779 prije 2 sati