make comment search bar color change based on theme
This commit is contained in:
parent
ca7ad9f812
commit
38ee0d9428
@ -552,6 +552,10 @@ select, #search {
|
|||||||
border-radius: 5px 0px 0px 5px;
|
border-radius: 5px 0px 0px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.commentQuery {
|
||||||
|
background: var(--post);
|
||||||
|
}
|
||||||
|
|
||||||
#searchbox {
|
#searchbox {
|
||||||
grid-area: searchbox;
|
grid-area: searchbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
</form>
|
</form>
|
||||||
<!-- SEARCH FORM -->
|
<!-- SEARCH FORM -->
|
||||||
<form id="sort">
|
<form id="sort">
|
||||||
<input id="search" type="search" name="q" value="{{ comment_query }}" placeholder="Search comments">
|
<input id="search" class="commentQuery" type="search" name="q" value="{{ comment_query }}" placeholder="Search comments">
|
||||||
<input type="hidden" name="type" value="comment">
|
<input type="hidden" name="type" value="comment">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user