2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【TailwindCSS】補完時のフォーム背景色を変更する方法【Chrome】

Last updated at Posted at 2023-06-29

はじめに

Chromeで補完機能を使用すると以下のようにフォームの背景色が青色になります。

スクリーンショット 2023-06-29 23.56.04.png

これをTailwindCSSを使用して変更する方法について記載します。

変更方法

inputclassに次のように記述することで補完時の背景色を変更できます。

<input class="autofill:shadow-[inset_0_0_0px_1000px_white]" />

上記のように設定すると補完時の背景色は白になります。

スクリーンショット 2023-06-29 23.56.39.png

参考

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?