diff options
author | Niels De Graef <nielsdegraef@gmail.com> | 2018-01-19 16:05:07 +0100 |
---|---|---|
committer | Niels De Graef <nielsdegraef@gmail.com> | 2018-01-19 16:12:38 +0100 |
commit | cc0f37a64a331beb7de71cdf1448a1708cf9eb13 (patch) | |
tree | 71648aa577e28a0bb45f71ef6038b35cb2c29564 /data | |
parent | de836febcd677d3283438f286727af96b19f305a (diff) | |
download | gnome-contacts-cc0f37a64a331beb7de71cdf1448a1708cf9eb13.tar.gz |
Avatar: cleaner UI.
* Always clip to a circle.
* In case there is no avatar, use a specific color for each contact and
draw a default icon on top if it.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/style.css b/data/ui/style.css index ea89ca8..067c6f8 100644 --- a/data/ui/style.css +++ b/data/ui/style.css @@ -91,6 +91,6 @@ ContactsWindow .primary-toolbar.toolbar { text-shadow: none; } -.contacts-avatar-dialog .contact-display-name { +.contacts-avatar-popover .contact-display-name { font-size: 20px; } |