1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-25 01:02:19 +00:00

CSS bug correction

This commit is contained in:
morpheus65535 2017-12-22 23:16:50 -05:00
parent b9b0ba0a0e
commit a4f7fbfca6

View file

@ -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>