搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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!

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题