- 549 名前:名無しさん@お腹いっぱい。 [2023/10/03(火) 13:55:22.93 ID:glxmpd8/0.net]
- メールの背景色をストライプにして、選択行のフォントをサイズアップする事まではできたんですが、
選択行の背景色を変える事ができません。開発ツールで見たところ、選択行の background-color が 取り消し線+グレーアウトで無効化されているようです。うまく背景色も変える方法はありませんか? /* 今現在、こんな感じです、、、orz */ #threadTree tr:nth-of-type(even) { background-color: #c8c8ff !important; } #threadTree tr:nth-of-type(odd) { background-color: #e0e0ff !important; } [is="tree-view-table-body"]:focus tr[is="thread-row"].selected, [is="tree-view-table-body"]:focus-within tr[is="thread-row"].selected, [is="tree-view-table-body"] tr[is="thread-row"].selected:focus-within { font-weight: bold; font-size: 16px; color: #000000 !important; background-color: #ff0000 !important; }
|

|