[Xfce4-commits] <postler:master> Inherit link colors, to match Adium and Empathy

Christian Dywan noreply at xfce.org
Thu Jun 30 00:54:01 CEST 2011


Updating branch refs/heads/master
         to efd11b6451dbb02d6564a01592882073e09a9511 (commit)
       from 772164e998a5bb3f0c0a28b8902eec0558bf6e56 (commit)

commit efd11b6451dbb02d6564a01592882073e09a9511
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Jun 30 00:53:18 2011 +0200

    Inherit link colors, to match Adium and Empathy

 postler/postler-content.vala |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index afefb61..403e1e8 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -116,6 +116,10 @@ public class Postler.Content : WebKit.WebView {
         .actions {
             float: right;
         }
+        /* Do inherit colors, to match Adium and Empathy */
+        a, a[href] {
+            color: inherit;
+        }
         /* Dynamically sized and visible statusbar */
         a[href^=http]:hover:after {
             content: attr(href);



More information about the Xfce4-commits mailing list