aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-11-13 17:09:42 +0100
committermarijus <mario@localhost.localdomain>2013-11-13 17:09:42 +0100
commita10715e4db414c0c0a12f179bc4f4075aca2b86d (patch)
treeaa5deb9227a2dd334f000763a91242adeef569f0 /view
parent71fb7f3edf014621b0f7de48dac86fd30bd0796a (diff)
downloadvolse-hubzilla-a10715e4db414c0c0a12f179bc4f4075aca2b86d.tar.gz
volse-hubzilla-a10715e4db414c0c0a12f179bc4f4075aca2b86d.tar.bz2
volse-hubzilla-a10715e4db414c0c0a12f179bc4f4075aca2b86d.zip
search placeholder work
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css30
1 files changed, 30 insertions, 0 deletions
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;