appearance

abstract var appearance: Appearance?(source)

The appearance CSS property is used to control native appearance of UI controls, that are based on operating system's theme.

Syntax: none | auto | textfield | menulist-button | <compat-auto>

Initial value: none

| Chrome  | Firefox |  Safari  |   Edge   | IE  |
| :-----: | :-----: | :------: | :------: | :-: |
|   84    |   80    |   15.4   |    84    | No  |
|    1′   |    1′   |    3′    |    12′   |     |

See also