search placeholder work
This commit is contained in:
parent
71fb7f3edf
commit
a10715e4db
@ -50,6 +50,11 @@ a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; }
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
input[type=text] {
|
||||||
|
font-family: arial,freesans,sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: 1px solid #666666;
|
border: 1px solid #666666;
|
||||||
-moz-border-radius: $radiuspx;
|
-moz-border-radius: $radiuspx;
|
||||||
@ -1889,6 +1894,15 @@ a.mail-list-link {
|
|||||||
#side-follow-url, #side-peoplefind-url {
|
#side-follow-url, #side-peoplefind-url {
|
||||||
margin-top: 5px;
|
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 {
|
#side-follow-submit, #side-peoplefind-submit {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
@ -2035,6 +2049,22 @@ a.mail-list-link {
|
|||||||
transition: background-color 300ms ease 0s;
|
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 {
|
#nav-user-linkmenu img {
|
||||||
border-radius: $radiuspx;
|
border-radius: $radiuspx;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
|
Reference in New Issue
Block a user