[gnome-contacts] make border round



commit bf45434fe0b1b62b7869b59381b23d486220ae85
Author: Günther Wutz <info gunibert de>
Date:   Sun Nov 5 16:18:32 2017 +0100

    make border round
    
    see https://bugzilla.gnome.org/show_bug.cgi?id=789921

 data/ui/style.css |    4 ++++
 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]