- TSTの設定のユーザースタイル定義は未指定でしょうか?
ユーザースタイル定義というのはオプションの詳細設定の項目にある「TSTが提供する追加のスタイル指定〜〜」の部分のことでしょうか。
特に書き換えた覚えは無いのですがこのような記述でした。
/* Show title of unread tabs with red and italic font */
/*
:root.sidebar tab-item.unread .label-content {
color: red !important;
font-style: italic !important;
}
*/
/* Add private browsing indicator per tab */
/*
:root.sidebar tab-item.private-browsing tab-label:before {
content: "🕶";
}
*/
- userContent.cssには影響を及ぼしそうな指定はないでしょうか?
userContent.cssは使用していません。
またuserChrome.cssを削除して再起動しましたが変わりはありませんでした。
- userChrome.jsの類を使用していないでしょうか?
使用していません。