Render verified secure sites in green, not yellow

Fixes: https://bugs.launchpad.net/midori/+bug/858701
This commit is contained in:
Peter Hatina 2011-11-08 01:58:16 +01:00 committed by Christian Dywan
parent c5e6b7a020
commit 107bb2a58a

View file

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