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.
jquery UI アコーディオン プラグインを使用していますが、各要素を個別にスタイルできるようにする必要があります。たとえば、ヘッダーに異なる色が必要です (リスト全体で 3 つの異なる色が使用されます)。これらの要素のカスタム css クラスを設定すると、UI css によって上書きされるため機能しません。
何かアドバイス?
!important を使用して、jQuery UI CSS をオーバーライドできる場合があります。
例えば:
.header { color: #fff !important; }