Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Shadow on background tabs and title bar.

  • 4 件の返信
  • 5 人がこの問題に困っています
  • 5 回表示
  • 最後の返信者: smo

more options

Hi,

I wonder how to disable the shadow casting on the bottom of background tabs and the title bar. See here : http://i.imgur.com/o0PfxJa.jpg

I'm using Windows 8 64 bits and Firefox 22.0 and the default theme.

Thanks.

Hi, I wonder how to disable the shadow casting on the bottom of background tabs and the title bar. See here : http://i.imgur.com/o0PfxJa.jpg I'm using Windows 8 64 bits and Firefox 22.0 and the default theme. Thanks.

すべての返信 (4)

more options

There's three entries in about:Config with *shadow* involved, in the form ;border:1px...shadow...;. Maybe what you need is just set 1px to 0px - or more aggressively, eliminate the border entry.

Make copies of the CSS strings first, of course.

Let us know if it helped.

more options

Sorry, but I don't have any entry in about:config with *shadow* here.

Can you copy past your settings for me to test them ?

Thanks

more options

You would probably have to use a userChrome.css file to get rid of the shadows. They are probably box-shadows. The name of the element might be this: #main-window[tabsintitlebar] or just #titlebar.

more options

here's the names and values - no strings attached, pls:)

downbar.style.db_progressStack max-width:135px;max-height:20px;min-height:20px;border:1px solid threeDShadow;-moz-border-radius:2px;margin-top:1px;margin-bottom:1px;margin-left:2px;margin-right:1px;padding:0px;

downbar.style.db_notdoneHbox background-color:#A3A3A3;max-width:135px;max-height:20px;min-height:20px;background-image:url(chrome://downbar/skin/whiteToTransGrad.png);-moz-border-radius:2px;border:1px solid threeDShadow;margin-top:1px;margin-bottom:1px;margin-left:2px;margin-right:1px;padding-top:0px;padding-bottom:0px;padding-left:3px;padding-right:0px;

downbar.style.db_finishedHbox background-color:#89AFDB;max-width:135px;max-height:20px;min-height:20px;background-image:url(chrome://downbar/skin/whiteToTransGrad.png);-moz-border-radius:2px;border:1px solid threeDShadow;margin-top:1px;margin-bottom:1px;margin-left:2px;margin-right:1px;padding-top:0px;padding-bottom:0px;padding-left:3px;padding-right:0px;