From a10715e4db414c0c0a12f179bc4f4075aca2b86d Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 13 Nov 2013 17:09:42 +0100 Subject: search placeholder work --- view/theme/redbasic/css/style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 15044324d..d2f586391 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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; -- cgit v1.2.3