summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-01-16 22:15:38 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-01-16 22:15:38 +0100
commit244bd33d262bf26dcdceaba427f572a11cbc8594 (patch)
treed93dfd191a3d771072d780ed24637bfcb4f436ad /data
parentc2df6816d04c2493bbe94f2a571c57926ea215a4 (diff)
downloadgnome-contacts-244bd33d262bf26dcdceaba427f572a11cbc8594.tar.gz
Clean up the style for the watermark.
Diffstat (limited to 'data')
-rw-r--r--data/ui/contacts-contact-pane.ui1
-rw-r--r--data/ui/style.css6
2 files changed, 5 insertions, 2 deletions
diff --git a/data/ui/contacts-contact-pane.ui b/data/ui/contacts-contact-pane.ui
index 1672a98..fe15c6c 100644
--- a/data/ui/contacts-contact-pane.ui
+++ b/data/ui/contacts-contact-pane.ui
@@ -11,6 +11,7 @@
<property name="orientation">vertical</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <property name="row_spacing">6</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
diff --git a/data/ui/style.css b/data/ui/style.css
index 07fc3a5..fbf5290 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -116,9 +116,11 @@ ContactsWindow .primary-toolbar.toolbar {
background-color: @theme_base_color;
}
+/* The style for the background "watermark" image and text.
+ * (copied from dim-label) */
.contacts-watermark {
- color: #bebebe;
- text-shadow: 1px 1px alpha(@theme_base_color, 0.6);
+ opacity: 0.55;
+ text-shadow: none;
}
.contacts-avatar-dialog .contact-display-name {