Browse Source

Add background color to unread messages counter.

Signed-off-by: Ivan Sein <ivan@nextcloud.com>
pull/1672/head
Ivan Sein 7 years ago
committed by Ivan Sein
parent
commit
6f80ad4fdf
  1. 1
      css/style.scss

1
css/style.scss

@ -212,6 +212,7 @@ input[type="password"] {
padding: 2px 5px;
border-radius: 10px;
font-weight: bold;
background-color: var(--color-background-dark);
}
&.highlighted {

Loading…
Cancel
Save