Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの要素を含むテーブルがあります。これらの要素の1つは、コンテナに設定されているものとは異なる色になっています。
コンテナをホバーすると、新しいホバー:色(白)に変更するために別の色の要素が必要になります。を使ってみまし!importantたが、うまくいきません。
!important
私が話している要素は、テキストを含む要素です2 hours ago
2 hours ago
現在のコードは次のとおりです。
http://jsfiddle.net/SKP6v/
これを使って:
.mail_item:hover .mail_item_table_time { color: white; }
デモ: http: //jsfiddle.net/SKP6v/1/