aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-11-13 19:39:18 +0100
committermarijus <mario@localhost.localdomain>2013-11-13 19:39:18 +0100
commit6a9e1f2542352d1b1b8273800ad22ce10068ad1b (patch)
treee049670d44cb339dc1ebfc844cbf5d008ead9bf1 /view
parent83837d89c7b32d9ee89475fe8f337e7eef9ac28a (diff)
downloadvolse-hubzilla-6a9e1f2542352d1b1b8273800ad22ce10068ad1b.tar.gz
volse-hubzilla-6a9e1f2542352d1b1b8273800ad22ce10068ad1b.tar.bz2
volse-hubzilla-6a9e1f2542352d1b1b8273800ad22ce10068ad1b.zip
add font-size to searchbars
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index c170ee8e2..3212d98a3 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1895,6 +1895,10 @@ a.mail-list-link {
margin-top: 5px;
}
+#side-peoplefind-url {
+ font-size: 1em;
+}
+
#side-peoplefind-url::-webkit-input-placeholder {
font-family: FontAwesome;
}
@@ -2057,6 +2061,10 @@ a.mail-list-link {
font-family: FontAwesome;
}
+#search-text {
+ font-size: 1em;
+}
+
#search-text::-webkit-input-placeholder {
font-family: FontAwesome;
}