mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-24 16:52:06 +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;
|
||||
border-radius: 3px !important;
|
||||
}
|
||||
.search.icon {
|
||||
.searchicon {
|
||||
color: white !important;
|
||||
}
|
||||
</style>
|
||||
|
@ -78,7 +78,7 @@
|
|||
<div class="ui search">
|
||||
<div class="ui left icon fluid input">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue