搜尋 Mozilla 技術支援網站

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

Learn More

Changing titlebar font

  • 無回覆
  • 1 有這個問題
  • 5 次檢視
more options
Locking duplicate thread.
Please continue here: [/questions/851246]

Using FF5 I want to change titlebar font color and remove the shadow, tried to do this with userchrome.css, but it doesn't do anything. Tried this code:

/* Change title color and remove shadow */

  1. personal-titlebar tabs tab,
  2. personal-titlebar toolbarbutton,
  3. personal-titlebar toolbaritem > label,
  4. personal-titlebar menubar > menu {

text-shadow: none !important; color: #000 !important; }

<blockquote>Locking duplicate thread.<br> Please continue here: [[/questions/851246]]</blockquote> Using FF5 I want to change titlebar font color and remove the shadow, tried to do this with userchrome.css, but it doesn't do anything. Tried this code: /* Change title color and remove shadow */ #personal-titlebar tabs tab, #personal-titlebar toolbarbutton, #personal-titlebar toolbaritem > label, #personal-titlebar menubar > menu { text-shadow: none !important; color: #000 !important; }

由 cor-el 於 修改