summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Wutz <info@gunibert.de>2017-11-05 16:18:32 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2017-11-09 08:02:55 +0100
commitbf45434fe0b1b62b7869b59381b23d486220ae85 (patch)
tree5594dfd3973f77e8cb548d75c501eb7dcc96d889
parent9bc18fbaa2cd8d9004f704e30ad7d4dc50f0c10b (diff)
downloadgnome-contacts-bf45434fe0b1b62b7869b59381b23d486220ae85.tar.gz
make border round
see https://bugzilla.gnome.org/show_bug.cgi?id=789921
-rw-r--r--data/ui/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/ui/style.css b/data/ui/style.css
index bb29b75..03d4203 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -63,6 +63,10 @@ ContactsListPane.frame:dir(rtl) {
border-radius: 6px;
}
+.main-avatar-frame border {
+ border-radius: 5px;
+}
+
/* Primary toolbar with no line at top to avoid conflicts with frame border */
ContactsWindow .primary-toolbar.toolbar {
border-width: 0;