]> spindle.queued.net Git - midori/commitdiff
Render verified secure sites in green, not yellow
authorPeter Hatina <phatina@redhat.com>
Tue, 8 Nov 2011 00:58:16 +0000 (01:58 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 8 Nov 2011 00:58:16 +0000 (01:58 +0100)
Fixes: https://bugs.launchpad.net/midori/+bug/858701
midori/midori-locationaction.c

index 292d6cf8ad63b0a9b424a5b2b79c2383e5233ae3..b4039d880dff99ddda9e9ab1622aced95a2a8f08 100644 (file)
@@ -1683,7 +1683,7 @@ midori_location_action_set_security_hint (MidoriLocationAction* location_action,
         }
         else if (hint == MIDORI_SECURITY_TRUSTED)
         {
-            gdk_color_parse ("#fcf19a", &bg_color);
+            gdk_color_parse ("#d1eeb9", &bg_color);
             gdk_color_parse ("#000", &fg_color);
             #if !HAVE_HILDON
             if (gtk_icon_theme_has_icon (icon_theme, "lock-secure"))