Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

How to change hover color in New Email Windows for email address

  • 1 trả lời
  • 0 gặp vấn đề này
  • Trả lời mới nhất được viết bởi davidhelp

more options

How to change hover color in New Email Windows for email address link for screenshots: Screenshot

Thunderbird version 128.3.1 In the new message window when I move my cursor over the email address list my Windows titlebar orange color shows up as half transparent. When I click on an address it uses my light blue color I use in the main window for hover and selected. #52aaff

Question: How to change the hover color in the new email window to match what I have in the main window?

In the main window the hover and selected color solution is this in my: userChrome.css file.:

/* Folder Pane - hover color, once a row is clicked on it will either display the Windows Titlebar color you choose if you do not specify a color here then the hover color will continue on any other row you hover over. light blue specified */

.container:hover {

 background-color: #52aaff !important;
 border: 0px solid #000000 !important;}

/* Folder Pane - light blue specified */ li.selected > .container {

 color: black !important;
 background-color: #52aaff !important;
 border: 0px solid #000000 !important;}
'''How to change hover color in New Email Windows for email address''' link for screenshots: [https://www.reddit.com/r/Thunderbird/comments/1ga5vwg/how_to_change_hover_color_in_new_email_windows/ Screenshot] Thunderbird version 128.3.1 In the new message window when I move my cursor over the email address list my Windows titlebar orange color shows up as half transparent. When I click on an address it uses my light blue color I use in the main window for hover and selected. #52aaff '''Question''': How to change the hover color in the new email window to match what I have in the main window? In the main window the hover and selected color solution is this in my: userChrome.css file.: /* Folder Pane - hover color, once a row is clicked on it will either display the Windows Titlebar color you choose if you do not specify a color here then the hover color will continue on any other row you hover over. light blue specified */ .container:hover { background-color: #52aaff !important; border: 0px solid #000000 !important;} /* Folder Pane - light blue specified */ li.selected > .container { color: black !important; background-color: #52aaff !important; border: 0px solid #000000 !important;}

Tất cả các câu trả lời (1)

more options

This has been solved by Ghot/das10 in the UK.

/* Write Window Contacts Panel. Write New Message Window: address background-color & color AND hover background-color & color*/

/* hover */

  1. abResultsTree tbody tr:hover {

background-color: #66CDAA  !important; color: black  !important; /* text color if req'd */ outline-offset: -0px  !important; outline: 0px solid #000000 !important; }

/* selected */

  1. abResultsTree tbody tr:is(.current,.selected) {

background-color: #52aaff  !important; color: black  !important; /* text color if req'd */ outline-offset: -0px  !important; outline: 0px solid #000000 !important; }

Hữu ích?

Đặt một câu hỏi

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.