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.
フォーム送信ボタン、特に「カートに追加」のスタイルを適切に設定するにはどうすればよいですか?
クラスは.form-submit、ID は#edit-submitです。
.form-submit
#edit-submit
ID でスタイルを設定すると#edit-submit、スタイルは ajax がフォームを更新するまで続きます。送信ボタンは、Drupal の他のボタンと同じように見えます。
クラスを使用してスタイルを設定すると、何らかの理由でボタンの高さのみが受け入れられ、残りのスタイルは無視されます。
何かアドバイス?