summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-01-18 23:02:23 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-01-18 23:02:23 +0100
commit86abe20743713abaea0abd244e0d31ef3a3dcad0 (patch)
treee67257ed6cc23cab69d1e8588ec59e0e6406035c /data
parent83e6b544e23101c7ebaa1c925f10e2b4b714071c (diff)
downloadgnome-contacts-86abe20743713abaea0abd244e0d31ef3a3dcad0.tar.gz
Make the ContactPane background a bit lighter
Diffstat (limited to 'data')
-rw-r--r--data/ui/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/style.css b/data/ui/style.css
index 693f2b9..ed45e38 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -25,7 +25,7 @@ row.contact-data-row {
/* 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);
+ background-color: mix(@theme_bg_color, @theme_base_color, 0.4);
}
.contacts-suggestion {