appearance

Used to display an element using platform-native styling. Setting it to none is the first step in creating custom form controls like checkboxes or selects.

It is documented as part of the CSS Basic User Interface specification.

/* Usage Example */
select {
  appearance: none;
  /* removes the default browser arrow and styling */
  background-image: url(';custom-arrow.svg');
}

/* Syntax */
appearance: none;
appearance: auto;

/* Global values */
appearance: inherit;
appearance: initial;
appearance: revert;
appearance: revert-layer;
appearance: unset;
Widely available Since 2022 95% global usage

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

84+
80+
15.4+
84+
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