summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-12-23 16:54:46 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2017-12-23 17:07:03 +0100
commit4ca7d7269c2a35b898133152e3887c80358d5b49 (patch)
tree3a6ddecf53341dc48a4a848d3c088a4cafb9241a /data
parent44e7a4c583e4f48e6a8d569e1beff7e9befa6a6f (diff)
downloadgnome-contacts-4ca7d7269c2a35b898133152e3887c80358d5b49.tar.gz
ContactsView: get rid of sort_prio & headers.
It was an unused field, and the headers were really only being used for separators. We can do this more cleanly (and themeable) with CSS.
Diffstat (limited to 'data')
-rw-r--r--data/ui/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/ui/style.css b/data/ui/style.css
index 03d4203..d7a2a05 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -19,6 +19,13 @@ ContactsListPane.frame:dir(rtl) {
background-color: transparent;
}
+/* A single row in the contact list pane */
+row.contact-data-row {
+ border-color: @borders;
+ border-style: groove;
+ border-bottom-width: 1px;
+}
+
/* Background color in contacts pane, similar to .documents-main-view.view */
.contacts-main-view.view {
background-color: mix(@theme_bg_color, @theme_base_color, 0.2);