CSS Selectors

:not()

To select all input boxes that are not disabled:

input:not([disabled]) {
  color: red;
}

results matching ""

    No results matching ""