I’m looking for a way to apply Home Assistant style to a few standard HTML elements. Mainly these two:
- [input type=“text”] (to mimic the appearance of ‘input_text’ helper)
- [select] (to be looking like ‘input_select’ helper).
Alternative solution would be to use the Home Assistant UI elements themselves but “unbound” (without any entity that provides text to be displayed but the text would be given manually).
(I create those UI elements in javascript, as part of custom:button-card).
Any ideas?
1 post - 1 participant