ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Add URL in the Firefox 'Add bookmark' window

  • 8 การตอบกลับ
  • 0 คนมีปัญหานี้
  • 35 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย doru001

more options

Is it still possible to configure userChrome.css to have the URL field in the Firefox 'Add bookmark' window? Also, is userChrome.css configuration going to be used no more in future releases? If yes, then how will we be able to customize, for example, fonts in Library, side bar and context menu?

Is it still possible to configure userChrome.css to have the URL field in the Firefox 'Add bookmark' window? Also, is userChrome.css configuration going to be used no more in future releases? If yes, then how will we be able to customize, for example, fonts in Library, side bar and context menu?

วิธีแก้ปัญหาที่เลือก

cor-el said

Try to leave out the @namespace line as more and more content is in HTML namespace.

Now it's working, thank you so much.

อ่านคำตอบนี้ในบริบท 👍 0

การตอบกลับทั้งหมด (8)

more options

doru001 said

Is it still possible to configure userChrome.css to have the URL field in the Firefox 'Add bookmark' window?

Yes, I believe so.

Also, is userChrome.css configuration going to be used no more in future releases? If yes, then how will we be able to customize, for example, fonts in Library, side bar and context menu?

No.

เปลี่ยนแปลงโดย TyDraniu เมื่อ

มีประโยชน์หรือไม่

more options
.editBMPanel_locationRow[hidden] {
  display: unset !important;
}

มีประโยชน์หรือไม่

more options

deleted

เปลี่ยนแปลงโดย doru001 เมื่อ

มีประโยชน์หรือไม่

more options

cor-el said

.editBMPanel_locationRow[hidden] {
  display: unset !important;
}

It did not work. Is there anything wrong with my userChrome.css file?

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.urlbar-input-box, .findbar-textbox, .searchbar-textbox {

font-size: 12pt !important;
font-family: "DejaVu Sans Mono" !important;}
#contentAreaContextMenu :is(menu,menuitem){
 font-size: 12pt !important;

}

#places * { font-size:16px !important; }
#placesList treechildren::-moz-tree-cell-text {
 font-size: 16px !important;

}

#placesList treechildren::-moz-tree-row {
 max-height: 18px !important;
 padding-bottom: 0px !important;
 margin-bottom: -2px !important

}

#bookmarks-view

{

   font-size: 20px !important;

}

.editBMPanel_locationRow[hidden] {

 display: unset !important;

}

เปลี่ยนแปลงโดย doru001 เมื่อ

มีประโยชน์หรือไม่

more options

Try to leave out the @namespace line as more and more content is in HTML namespace.

มีประโยชน์หรือไม่

more options

I assume that the other code in userChrome.css is working ?

มีประโยชน์หรือไม่

more options

วิธีแก้ปัญหาที่เลือก

cor-el said

Try to leave out the @namespace line as more and more content is in HTML namespace.

Now it's working, thank you so much.

มีประโยชน์หรือไม่

more options

cor-el said

I assume that the other code in userChrome.css is working ?

Yes, all the other code is working, with and without namespace above it.

If userChrome.css is "legacy", is there a "current" way to configure Firefox? I hope they are not going to remove these configuration options from the application!

มีประโยชน์หรือไม่

ถามคำถาม

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.