From 2d599887af2dd05f4480ae5635da29395c82aa54 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 7 Mar 2011 01:34:15 +0000 Subject: [PATCH] [log] change colour on link hover instead of underlining --- SparkleShare/Mac/SparkleLog.cs | 1 + SparkleShare/SparkleUI.cs | 2 +- data/html/event-log.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SparkleShare/Mac/SparkleLog.cs b/SparkleShare/Mac/SparkleLog.cs index 559ffc1c..db997d35 100644 --- a/SparkleShare/Mac/SparkleLog.cs +++ b/SparkleShare/Mac/SparkleLog.cs @@ -126,6 +126,7 @@ namespace SparkleShare { html = html.Replace ("", "#ddd"); html = html.Replace ("", "#f5f5f5"); html = html.Replace ("", "#0085cf"); + html = html.Replace ("", "#009ff8"); html = html.Replace ("", "file://" + Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "avatar-default.png")); diff --git a/SparkleShare/SparkleUI.cs b/SparkleShare/SparkleUI.cs index ab0689e1..6c5d9da3 100644 --- a/SparkleShare/SparkleUI.cs +++ b/SparkleShare/SparkleUI.cs @@ -157,7 +157,7 @@ namespace SparkleShare { string title = _("Ouch! Mid-air collision!"); string subtext = _("Don't worry, SparkleShare made a copy of each conflicting file."); - new SparkleBubble(title, subtext).Show (); + new SparkleBubble (title, subtext).Show (); }); }; diff --git a/data/html/event-log.html b/data/html/event-log.html index b5a9bc39..703d8297 100644 --- a/data/html/event-log.html +++ b/data/html/event-log.html @@ -62,7 +62,7 @@ } a:hover { - text-decoration: underline; + color: ; } td {