This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

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.

Rohkem teavet

Borders between toolbars

  • 2 vastust
  • 1 on selline probleem
  • 19 views
  • Viimati vastas 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.

Muudetud Yaron poolt

Valitud lahendus

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.

Loe vastust kontekstis 👍 0

All Replies (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

Valitud lahendus

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.