userChrome.css が MacOSX で更新されない

userChrome.css が MacOSX で更新されない

Firefox をインストールしてから、好みの設定に修正してみました。

私はついていきますhttp://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yeshttp://kb.mozillazine.org/プロファイルフォルダこのファイルを編集するには:

~/Library/Application Support/Firefox/Profiles/bzbmcmrb.default-1506714662572/chrome/cat userChrome.css
.autocomplete-richlistbox {
        background: #042029 !important;
        color: #cb4b14 !important;
}

#urlbar {
  background: #042029 !important;
  color: #268bd2 !important;
}

#body {
    background: #042029 !important;
    color: #268bd2 !important;
}
#textarea {
  color: #268bd2 !important;
  background-color: #042029 !important;
}


~/Library/Application Support/Firefox/Profiles/bzbmcmrb.default-1506714662572/chrome/

ただし、ドロップダウン アドレス バーの色は変更されません。

関連情報