: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.

Quick 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;
}

:read-only Browser Support

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.

Safe to use without fallbacks.

1+
78+
4+
13+
ESC