Render verified secure sites in green, not yellow
Fixes: https://bugs.launchpad.net/midori/+bug/858701
This commit is contained in:
parent
c5e6b7a020
commit
107bb2a58a
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue