LoginSignup
3
1

More than 5 years have passed since last update.

テキスト選択背景色を指定するCSS

Last updated at Posted at 2018-08-17

デザイナーさんから指定が無くても設定しておきたいシリーズ

テキスト選択背景色を指定するCSSのコードです。
サイトのカラーに合った色を指定しておきたい。

内容

「::selection」擬似要素を使います。

利用できるプロパティ

  • color
  • background-color
  • cursor
  • caret-color
  • outline およびその個別指定プロパティ
  • text-decoration および関連プロパティ
  • text-emphasis-color
  • text-shadow

発見

  • class指定も可能。
  • 文字のみ/背景色で使用するとサイトの雰囲気にあった。

デモ

See the Pen 選択の背景色をCSSで指定 by harumi-sato (@harumi-sato) on CodePen.

参考URL

3
1
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
3
1