Отображение вопросов с тегом: Показать все вопросы

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… (читать ещё)

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; }

Задан Slouch 5 дней назад

Последний ответ от Slouch 23 часа назад

Any way to stop TB from going to the next message after deleting?

When I delete a message, I would like to stop TB from automatically opening the next (or previous) email. I have seen this question asked several times over the years b… (читать ещё)

When I delete a message, I would like to stop TB from automatically opening the next (or previous) email.

I have seen this question asked several times over the years but none of the suggested ways (mostly add-ons) work anymore. One add-on was called Mail Tweak and another was called Deselect On Delete but neither is currently available.

Is there a way to do this today?

Задан roy64 5 дней назад

Последний ответ от roy64 4 дня назад

Are Firefox Menus Different in Windows 7 and Windows 10?

Do Firefox menus appear differently in Windows 10 than they do in Windows 7? In Windows 7, I see the normal system menus - square corners, light blue menu item highlight… (читать ещё)

Do Firefox menus appear differently in Windows 10 than they do in Windows 7?

In Windows 7, I see the normal system menus - square corners, light blue menu item highlights, 3D column line on the left, dark drop shadow below and to the right of the menu.

In Windows 10 I notice differences - gray-highlighted menu items, rounded corners, no drop shadow, etc.

I'm not using any code to style the menus.

Please see attached images.

Thanks to all who respond.

Задан Slouch 4 дня назад

Последний ответ от Slouch 4 дня назад

Menu Padding Code Works in FF on Windows 10 but not in Windows 7?

Hi All, Any idea why the menu code I'm using below to reduce padding in menu items is only affecting Firefox in Windows 10, but not in Windows 7? Please see attached im… (читать ещё)

Hi All,

Any idea why the menu code I'm using below to reduce padding in menu items is only affecting Firefox in Windows 10, but not in Windows 7?

Please see attached images.

It's a very strange anomaly. This is true for both FF 125 and FF 115 ESR.

Thanks to all who respond.

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/ /*

*
* why doesn't this affect the Firefox menu bar in Windows 7?  only in windows 10?
*
*/

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 */

}

root {
 --arrowpanel-menuitem-padding: 4px 8px !important;

}

Задан Slouch 4 дня назад

Последний ответ от Slouch 4 дня назад

Adding a PNG background to emails produces a "collage" of pictures rather than a single picture

I added a PNG picture as a background to my emails. Instead of a single background picture, it produces a collage (can't think of another word) of multiple copies of the… (читать ещё)

I added a PNG picture as a background to my emails. Instead of a single background picture, it produces a collage (can't think of another word) of multiple copies of the same picture. Any way to just get a single picture?

Задан PathMan 3 дня назад

Последний ответ от PathMan 2 дня назад

Search defaults to UK. How undo? Using Duck Duck Go for search.

My default search engine is Duck Duck Go. I frequently use a VPN. I am usually in North America and want to search sites in North America. When I run a search by typ… (читать ещё)

My default search engine is Duck Duck Go. I frequently use a VPN.

I am usually in North America and want to search sites in North America. When I run a search by typing a search term in Firefox, I get results beginning in UK, and I see that a blue toggle switch has been set to UK. (See image.)

This started 2-3 weeks ago.

How do I set things so that my searches begin in North America?

I have checked "about:config" preferences and do not see anywhere that UK is specified. I don't see a region preference setting, either.

Thank you.

Задан ezameht 2 дня назад

Последний ответ от ezameht 2 дня назад

Reply Signatures

Has anyone found a way to have a separate "reply signature?" The use-case is that I may send an initial email with a 'complete' signature (first name, lastname, email, p… (читать ещё)

Has anyone found a way to have a separate "reply signature?"

The use-case is that I may send an initial email with a 'complete' signature (first name, lastname, email, phone, etc.). But when the other party replies it would be nice to then reply to that with just my first name. Or at worst, auto-insert the full signature.

I've setup my full signature and auto-populates when I create a new message. But not on the reply.

Any suggestions?

Задан Eric Gombrich 2 дня назад

Последний ответ от Eric Gombrich 2 дня назад

Folder layout for new folders

Dear Sirs, I have a common layout for folders. If I create a new folder, Thunderbird 115.10.1 (and previous versions) always uses a different layout. Sometimes I forget … (читать ещё)

Dear Sirs,

I have a common layout for folders. If I create a new folder, Thunderbird 115.10.1 (and previous versions) always uses a different layout. Sometimes I forget to change the layout and when opening the newly created folder I am confused. I find it also annoying to always apply my folder layout to the newly created folders.

Is there any method/setting to define/set the layout for new folders?

Kind regards,

Jens

Задан FF Konto Jens 2 дня назад

Последний ответ от FF Konto Jens 1 день назад

Replace context menu navigation icons with text only

Hi All, Is there a way to replace the navigation icons on the context menu with their text-only counterparts? I've tried the following code segments which provide less-… (читать ещё)

Hi All,

Is there a way to replace the navigation icons on the context menu with their text-only counterparts?

I've tried the following code segments which provide less-than-optimal results.

This one which worked in FF 88, now removes the icons, but leaves 4 blank buttons in a row with no text...

#context-back image,
#context-forward image,
#context-reload image,
#context-stop image,
#context-bookmarkpage image {display: none !important;}}


This one completely removes the options, but I would like to keep them, and replace them with their text counterparts

#context-navigation,
#context-sep-navigation {
   display:none !important;
}


Please see attached images for the before and after of what I'm trying to achieve.

Might be nice to have the blank icon column to the left of these 4 items so they all line up with the items below, but I can live without that if it's not possible.

Any help is appreciated!

Задан Slouch 2 дня назад

Последний ответ от Slouch 1 день назад

Receiving emails with and without attachments all in the same list

Hi - how I receive my Thunderbird emails have changed. I now have to toggle on the attachment (paper clip) symbol to see emails received and sent that have / don't have a… (читать ещё)

Hi - how I receive my Thunderbird emails have changed. I now have to toggle on the attachment (paper clip) symbol to see emails received and sent that have / don't have attachments. Previously they were all in the same list. I didn't knowingly change any of the settings. I'd like to reset the emails so that all emails are in one continuous list - both with and without attachments.

Very much appreciate it if I could be guided through how to reset this.

Thanks

Steve

Задан steve622 1 день назад

Последний ответ от steve622 9 часов назад