summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-01-18 23:54:37 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-01-18 23:56:48 +0100
commitbe21b8feaa212b441f456439ba8b2564b0985c04 (patch)
treed91ea0bad9c630f6bc6141414d7fec786b40897e /data
parent86abe20743713abaea0abd244e0d31ef3a3dcad0 (diff)
downloadgnome-contacts-be21b8feaa212b441f456439ba8b2564b0985c04.tar.gz
Avatar: don't use a button.wip/nielsdg/avatar-no-button
Leave all the button logic out of it and just be a simple DrawingArea. NOTE: we temporarily lose our border because of this, but with the new avatars, this should no longer be a problem.
Diffstat (limited to 'data')
-rw-r--r--data/ui/style.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/data/ui/style.css b/data/ui/style.css
index ed45e38..ea89ca8 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -52,9 +52,8 @@ row.contact-data-row {
border-top-left-radius: 0;
}
-/* Draw a border around the avatar */
-.contacts-avatar border {
- border-radius: 5px;
+/* An avatar */
+.contacts-avatar {
}
/* Give the avatar in the ContactSheet some margin,
@@ -85,10 +84,6 @@ ContactsWindow .primary-toolbar.toolbar {
border-width: 1px;
}
-.button.contacts-square {
- padding: 0px;
-}
-
/* The style for the background "watermark" image and text.
* (copied from dim-label) */
.contacts-watermark {