diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-10 20:02:42 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-10 20:02:42 +0200 |
commit | 07ae4319501ac6edc024a849b4d060f171f27178 (patch) | |
tree | f51f4dbfe646b41c1016c85589701cdc44db40e7 /view/theme | |
parent | 0c4a1fb9be04077fa1f88f561696961297c2fd8f (diff) | |
download | volse-hubzilla-07ae4319501ac6edc024a849b4d060f171f27178.tar.gz volse-hubzilla-07ae4319501ac6edc024a849b4d060f171f27178.tar.bz2 volse-hubzilla-07ae4319501ac6edc024a849b4d060f171f27178.zip |
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2e8d71954..8b4a6ac82 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -787,18 +787,21 @@ div.jGrowl div.jGrowl-notification { .contactname { font-weight: bold; + color: $font_colour; display: block; overflow: hidden; text-overflow: ellipsis; } .dropdown-notification, +.notification, .member-item { line-height: 1.1em; font-size: 0.75rem; overflow: hidden; text-overflow: ellipsis; display: block; + white-space: nowrap; } #acl-search::-webkit-input-placeholder { |