mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 17:17:12 +00:00
CSS bug correction
This commit is contained in:
parent
b9b0ba0a0e
commit
a4f7fbfca6
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
color: white !important;
|
color: white !important;
|
||||||
border-radius: 3px !important;
|
border-radius: 3px !important;
|
||||||
}
|
}
|
||||||
.search.icon {
|
.searchicon {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
<div class="ui search">
|
<div class="ui search">
|
||||||
<div class="ui left icon fluid input">
|
<div class="ui left icon fluid input">
|
||||||
<input class="prompt" type="text" placeholder="Search the series in your library">
|
<input class="prompt" type="text" placeholder="Search the series in your library">
|
||||||
<i class="search icon"></i>
|
<i class="searchicon search icon"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue