Firefox userChrome.js greasemonkeyスクリプトスレ26
■ このスレッドは過去ログ倉庫に格納されています
0891名無しさん@お腹いっぱい。
2014/06/21(土) 10:50:52.32ID:bRIMHtm/0アドオンじゃなくuserchromeなどで変えられませんでしょうか?
試しに
/* アクティブなタブの色を変える */
tab{
-moz-appearance: none !important;
}
.tab-image-left[selected="true"],
.tab-image-right[selected="true"],
.tab-image-middle[selected="true"] {
background-color: #F0E68C !important;
color: black !important;
}
をしてみたのですが、UIが変わったせいか
機能しなくて・・・
■ このスレッドは過去ログ倉庫に格納されています