mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +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 {
|
.gist {
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
|
@ -120,7 +120,7 @@ regenerate: false
|
|||||||
<div class="grid__item four-fifths lap-one-whole palm-one-whole">
|
<div class="grid__item four-fifths lap-one-whole palm-one-whole">
|
||||||
<div class="component-search">
|
<div class="component-search">
|
||||||
<form onsubmit="event.preventDefault(); return false">
|
<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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="hass-option-cards" id="componentContainer"> </div>
|
<div class="hass-option-cards" id="componentContainer"> </div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user