mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-24 15:11:27 +00:00
Add placeholder text to navbar search
This commit is contained in:
parent
e637d68157
commit
25f0f50bff
2 changed files with 21 additions and 1 deletions
|
@ -210,4 +210,24 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
color: #cccccc;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
:-moz-placeholder { /* Firefox 18- */
|
||||
color: #cccccc;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
::-moz-placeholder { /* Firefox 19+ */
|
||||
color: #cccccc;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
:-ms-input-placeholder {
|
||||
color: #cccccc;
|
||||
opacity: 0.25;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<div class="col-md-6 col-md-offset-3">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><i class="icon-search"></i></span>
|
||||
<input type="text" class="col-md-6 form-control x-series-search" >
|
||||
<input type="text" class="col-md-6 form-control x-series-search" placeholder="Search the series in your library">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue