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".

Learn More

Fx 25 - Display Arrows in Quick Find Bar

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

more options

.findbar-container > * { display: -moz-box !important; }

Used to work in previous versions. What's the code for v25?

Thank you.

.findbar-container > * { display: -moz-box !important; } Used to work in previous versions. What's the code for v25? Thank you.

Giải pháp được chọn

hello yaron, in order to get it to work as you're used to, please change that line into:

.findbar-container > *, .findbar-container > hbox > * { display: -moz-box !important; }
Đọc câu trả lời này trong ngữ cảnh 👍 6

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

more options

Giải pháp được chọn

hello yaron, in order to get it to work as you're used to, please change that line into:

.findbar-container > *, .findbar-container > hbox > * { display: -moz-box !important; }
more options

Hello Philipp,

Thank you so much! I'm really grateful.


Perfectionists can add:

.findbar-textbox.minimal{

 border-radius: 2px 0 0 2px !important;

}

.findbar-textbox.minimal:-moz-locale-dir(rtl) {

 border-radius: 0 2px 2px 0 !important;

}

more options

See also chrome://global/skin/findBar.css

more options

Thank you cor-el.

You can delete the '.findbar-textbox.minimal' entry. I've done that. :)