:read-only

A selector that matches elements (like inputs) that cannot be edited by the user. This includes fields with the 'readonly' attribute or contenteditable fields that are disabled.

/* Usage Example */
input:read-only {
  /* Dims the input and changes the cursor to show it can';t be edited */
  background-color: #eee;
  cursor: not-allowed;
  opacity: 0.6;
}
Widely available Since 2020 96% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2020.

1+
78+
4+
13+
Kinsta

Your first month is free

Managed WordPress hosting for faster sites.

Learn more

New CSS drops.

Join 600+ readers who've survived clearfix hacks.

ESC