some more work on forum notifications

This commit is contained in:
Mario Vavti
2018-06-02 15:39:38 +02:00
parent 53efd4e470
commit db0a3a7534
5 changed files with 53 additions and 10 deletions

View File

@@ -593,7 +593,8 @@ footer {
background-color: $comment_item_colour;
}
#nav-notifications-template {
#nav-notifications-template,
#nav-notifications-forums-template {
display: none;
}
@@ -837,6 +838,11 @@ div.jGrowl div.jGrowl-notification {
white-space: nowrap;
}
.notification.notification-forum {
font-size: 0.9rem;
color: $font_colour;
}
#acl-search::-webkit-input-placeholder {
/* non-fontawesome fonts set a fallback for text parts of the placeholder*/
font-family: ForkAwesome, sans-serif, arial, freesans;