搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Borders between toolbars

  • 2 回覆
  • 1 有這個問題
  • 19 次檢視
  • 最近回覆由 Yaron

more options

I'd like to restore borders (or horizontal separators FF 3.6 style) between toolbars.

The following code doesn't give the 3d look.

  1. navigator-toolbox toolbar

{ border-bottom: 1px solid ThreeDShadow !important; -moz-appearance:none !important; }

http://s16.postimg.org/gzobb35zp/Separators.png

I'd like to get the look in the screensoht.


Thank you.

I'd like to restore borders (or horizontal separators FF 3.6 style) between toolbars. The following code doesn't give the 3d look. #navigator-toolbox toolbar { border-bottom: 1px solid ThreeDShadow !important; -moz-appearance:none !important; } http://s16.postimg.org/gzobb35zp/Separators.png I'd like to get the look in the screensoht. Thank you.

由 Yaron 於 修改

被選擇的解決方法

Thank you cor-el. I appreciate it.

The solution is here: http://forums.mozillazine.org/viewtopic.php?f=48&t=2773133&p=13400447#p13400447

Thanks to Aris - developer of Classic Theme Restorer.

從原來的回覆中察看解決方案 👍 0

所有回覆 (2)

more options

Maybe something like this (you may need to add !important):

#navigator-toolbox toolbar {
 margin-bottom: 1px;
 box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px;
}
more options

選擇的解決方法

Thank you cor-el. I appreciate it.

The solution is here: http://forums.mozillazine.org/viewtopic.php?f=48&t=2773133&p=13400447#p13400447

Thanks to Aris - developer of Classic Theme Restorer.