change fontname in css and fix issue with unicode characters

This commit is contained in:
Mario Vavti
2018-02-26 12:54:26 +01:00
parent a5f843ba9b
commit be3e0ca9a1
5 changed files with 6 additions and 14 deletions

View File

@@ -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 {