updates :)

This commit is contained in:
Henrique Dias
2016-06-30 22:37:52 +01:00
parent 30f077803b
commit 15e48bfad9
18 changed files with 124 additions and 694 deletions

View File

@@ -555,24 +555,30 @@ header #search div {
opacity: 0;
}
header #search ::-webkit-input-placeholder {
header #search.active div i {
color: #ccc;
display: block;
text-align: center;
}
header #search::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
color: rgba(255, 255, 255, .5);
}
header #search :-moz-placeholder {
header #search:-moz-placeholder {
opacity: 1;
/* Mozilla Firefox 4 to 18 */
color: rgba(255, 255, 255, .5);
}
header #search ::-moz-placeholder {
header #search::-moz-placeholder {
opacity: 1;
/* Mozilla Firefox 19+ */
color: rgba(255, 255, 255, .5);
}
header #search :-ms-input-placeholder {
header #search:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: rgba(255, 255, 255, .5);
}