<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Thunderbird 78： userChrome.css でメール一覧の背景色を1行ごとに変える へのコメント	</title>
	<atom:link href="https://at.sachi-web.com/thunderbird78_userchromecss.html/feed" rel="self" type="application/rss+xml" />
	<link>https://at.sachi-web.com/thunderbird78_userchromecss.html</link>
	<description>知らなくて損したPC情報とかを分かりやすくメモする個人ブログ</description>
	<lastBuildDate>Wed, 05 Apr 2023 14:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		うみの さち より		</title>
		<link>https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1822</link>

		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate></pubDate>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=4084#comment-1822</guid>

					<description><![CDATA[&lt;a href=&quot;https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1821&quot;&gt;anzy&lt;/a&gt; への返信。

情報ありがとうございます！]]></description>
			<content:encoded><![CDATA[<p><a href="https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1821">anzy</a> への返信。</p>
<p>情報ありがとうございます！</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		anzy より		</title>
		<link>https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1821</link>

		<dc:creator><![CDATA[anzy]]></dc:creator>
		<pubDate></pubDate>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=4084#comment-1821</guid>

					<description><![CDATA[&lt;a href=&quot;https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1820&quot;&gt;anzy&lt;/a&gt; への返信。

すみません確認不足でした。
これでお願いします。

#threadTree treechildren::-moz-tree-row(even) {
  background-color: #f5f7fa !important;
}
#threadTree treechildren::-moz-tree-row(hover) {
  background-color: -moz-Dialog !important;
}
#threadTree treechildren::-moz-tree-row(selected, focus) {
 background-color: Highlight !important;
}]]></description>
			<content:encoded><![CDATA[<p><a href="https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1820">anzy</a> への返信。</p>
<p>すみません確認不足でした。<br />
これでお願いします。</p>
<p>#threadTree treechildren::-moz-tree-row(even) {<br />
  background-color: #f5f7fa !important;<br />
}<br />
#threadTree treechildren::-moz-tree-row(hover) {<br />
  background-color: -moz-Dialog !important;<br />
}<br />
#threadTree treechildren::-moz-tree-row(selected, focus) {<br />
 background-color: Highlight !important;<br />
}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		anzy より		</title>
		<link>https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1820</link>

		<dc:creator><![CDATA[anzy]]></dc:creator>
		<pubDate></pubDate>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=4084#comment-1820</guid>

					<description><![CDATA[最近Thunderbird使い始めたところです。
時が経っているので既に解決しているかもしれませんが、これでいけました。
マウスオーバー時のシステムの色を見つけられなかったので類似の色にしてあります。

#threadTree treechildren::-moz-tree-row(even) {
  background-color: #f5f7fa !important;
}
#threadTree treechildren::-moz-tree-row(hover) {
  background-color: #ececec !important;
}]]></description>
			<content:encoded><![CDATA[<p>最近Thunderbird使い始めたところです。<br />
時が経っているので既に解決しているかもしれませんが、これでいけました。<br />
マウスオーバー時のシステムの色を見つけられなかったので類似の色にしてあります。</p>
<p>#threadTree treechildren::-moz-tree-row(even) {<br />
  background-color: #f5f7fa !important;<br />
}<br />
#threadTree treechildren::-moz-tree-row(hover) {<br />
  background-color: #ececec !important;<br />
}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		うみの さち より		</title>
		<link>https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1523</link>

		<dc:creator><![CDATA[うみの さち]]></dc:creator>
		<pubDate></pubDate>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=4084#comment-1523</guid>

					<description><![CDATA[&lt;a href=&quot;https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1522&quot;&gt;ほ。&lt;/a&gt; への返信。

確かに、それで反映されるようになりますね。

ただ、以前は私も !important を付けていたんですが、それをするとカーソル重ねた時に行の色が変わらなくなってしまうんですよね。（コメントで教えてもらいました）

でも、&quot;ほ。&quot;さんのおかげで (odd) が使えない訳ではなく、CSS の優先度に原因がありそうだと分かりました。有益な情報をありがとうございました。]]></description>
			<content:encoded><![CDATA[<p><a href="https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1522">ほ。</a> への返信。</p>
<p>確かに、それで反映されるようになりますね。</p>
<p>ただ、以前は私も !important を付けていたんですが、それをするとカーソル重ねた時に行の色が変わらなくなってしまうんですよね。（コメントで教えてもらいました）</p>
<p>でも、"ほ。"さんのおかげで (odd) が使えない訳ではなく、CSS の優先度に原因がありそうだと分かりました。有益な情報をありがとうございました。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		ほ。 より		</title>
		<link>https://at.sachi-web.com/thunderbird78_userchromecss.html/comment-page-1#comment-1522</link>

		<dc:creator><![CDATA[ほ。]]></dc:creator>
		<pubDate></pubDate>
		<guid isPermaLink="false">https://at.sachi-web.com/?p=4084#comment-1522</guid>

					<description><![CDATA[68でもいつのまにか色が消えていたのでいじってみましたが

#threadTree treechildren::-moz-tree-row(odd) {
  background-color: #f5f7fa !important;
}

と、!important を入れるとこちらはなおりました。
78ではどうでしょう？]]></description>
			<content:encoded><![CDATA[<p>68でもいつのまにか色が消えていたのでいじってみましたが</p>
<p>#threadTree treechildren::-moz-tree-row(odd) {<br />
  background-color: #f5f7fa !important;<br />
}</p>
<p>と、!important を入れるとこちらはなおりました。<br />
78ではどうでしょう？</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
