mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add text-input class to integration search input (#35489)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
59f2e68a74
commit
eaaf01bf2f
@ -64,6 +64,11 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
.text-input,
|
||||
textarea {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.gist {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
@ -120,7 +120,7 @@ regenerate: false
|
||||
<div class="grid__item four-fifths lap-one-whole palm-one-whole">
|
||||
<div class="component-search">
|
||||
<form onsubmit="event.preventDefault(); return false">
|
||||
<input type="text" name="search" id="search" class="search" placeholder="Search integrations..." autofocus />
|
||||
<input type="text" name="search" id="search" class="search text-input" placeholder="Search integrations..." autofocus />
|
||||
</form>
|
||||
</div>
|
||||
<div class="hass-option-cards" id="componentContainer"> </div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user