aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-26 12:54:26 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-26 12:54:26 +0100
commitbe3e0ca9a11923e1eba6b565af512c9339597f74 (patch)
treee4e3dca939e4e3da7a9447d097221d79843ec4ba /view/theme
parenta5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586 (diff)
downloadvolse-hubzilla-be3e0ca9a11923e1eba6b565af512c9339597f74.tar.gz
volse-hubzilla-be3e0ca9a11923e1eba6b565af512c9339597f74.tar.bz2
volse-hubzilla-be3e0ca9a11923e1eba6b565af512c9339597f74.zip
change fontname in css and fix issue with unicode characters
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css12
1 files changed, 2 insertions, 10 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 75992468e..9af1c461e 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -604,14 +604,6 @@ footer {
padding: .15rem .5rem;
}
-#nav-search-text::-webkit-input-placeholder {
- font-family: FontAwesome, sans-serif;
-}
-
-#nav-search-text::-moz-placeholder {
- font-family: FontAwesome, sans-serif;
-}
-
nav .acpopup {
top: 46px !important;
margin-left: -35px;
@@ -842,12 +834,12 @@ div.jGrowl div.jGrowl-notification {
#acl-search::-webkit-input-placeholder {
/* non-fontawesome fonts set a fallback for text parts of the placeholder*/
- font-family: FontAwesome, sans-serif, arial, freesans;
+ font-family: ForkAwesome, sans-serif, arial, freesans;
}
#acl-search::-moz-placeholder {
/* non-fontawesome fonts set a fallback for text parts of the placeholder*/
- font-family: FontAwesome, sans-serif, arial, freesans;
+ font-family: ForkAwesome, sans-serif, arial, freesans;
}
.acl-list-item {