search placeholder work

This commit is contained in:
marijus 2013-11-13 17:09:42 +01:00
parent 71fb7f3edf
commit a10715e4db

View File

@ -50,6 +50,11 @@ a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; }
cursor: pointer;
}
input[type=text] {
font-family: arial,freesans,sans-serif;
}
input {
border: 1px solid #666666;
-moz-border-radius: $radiuspx;
@ -1889,6 +1894,15 @@ a.mail-list-link {
#side-follow-url, #side-peoplefind-url {
margin-top: 5px;
}
#side-peoplefind-url::-webkit-input-placeholder {
font-family: FontAweSome;
}
#side-peoplefind-url::-moz-placeholder {
font-family: FontAweSome;
}
#side-follow-submit, #side-peoplefind-submit {
margin-top: 15px;
}
@ -2035,6 +2049,22 @@ a.mail-list-link {
transition: background-color 300ms ease 0s;
}
#nav-search-text::-webkit-input-placeholder {
font-family: FontAweSome;
}
#nav-search-text::-moz-placeholder {
font-family: FontAweSome;
}
#search-text::-webkit-input-placeholder {
font-family: FontAweSome;
}
#search-text::-moz-placeholder {
font-family: FontAweSome;
}
#nav-user-linkmenu img {
border-radius: $radiuspx;
margin-top: -4px;