monks/appearance
The appearance CSS property specifies the rendered appearance of replaced UI widget elements such as form controls. Most commonly, such elements are given native, platform-specific styling based on the operating system’s theme, or a primitive appearance with styles that can be overridden using CSS.
Values
pub const auto_: #(String, String)
- : Sets interactive widgets to render with their OS-native appearance. Behaves as
noneon elements with no OS-native styling.
pub const menulist_button: #(String, String)
- : When set on the `<select>` element, the drop-down picker's style [matches that of its default state](#setting_the_appearance_of_a_select).
pub const none: #(String, String)
- : Gives the widget a primitive appearance, making it stylable via CSS, while maintaining the widget’s native functionality. This value does not affect non-widgets.
pub const revert_layer: #(String, String)
pub const slider_horizontal: #(String, String)
slider-horizontal value of appearance
pub const textfield: #(String, String)
- : Causes the appearance of certain `<input>` types to [match the appearance of the `text` type](#try_it).