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.
ExtJS は初めてです。
サーバー側では ExtJs クライアント側とストラット、スプリングを使用しています。私たちのアプリケーションでは、すべてのリンクが青色で表示されていました。どういうわけか、変更がほとんどないため、訪問したリンクを別の色に変更できません。
訪問したリンクの色を変更する方法を教えてもらえますか?
CSS を適用する
a:visited { color : red !important }
a:visited の不適切な css スタイルがどこかに適用されています。それを見つけて削除する必要があります。それまでは、上記の css を使用できます。不正な css スタイルにも が適用されていない限り、 はこの!important優先度を高くします。!important
!important