From 6417a9a1ec1b8a37673f74975575ab5cfdb72ca1 Mon Sep 17 00:00:00 2001 From: Philip Chee Date: Sun, 3 Feb 2013 00:55:46 +0800 Subject: [PATCH] Bug 477718 Implement Phishing Protection. Fix missing theme changes for classic/mac r=stefanh. --- suite/themes/classic/mac/communicator/communicator.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/suite/themes/classic/mac/communicator/communicator.css b/suite/themes/classic/mac/communicator/communicator.css index 9da3a2cea6..cb1d7ef1d0 100644 --- a/suite/themes/classic/mac/communicator/communicator.css +++ b/suite/themes/classic/mac/communicator/communicator.css @@ -151,3 +151,7 @@ treecols:-moz-lwtheme { .messageImage[value="popup-blocked"] { list-style-image: url("chrome://navigator/skin/icons/popup-blocked.png"); } + +.messageImage[value="blocked-badware-page"] { + list-style-image: url("chrome://global/skin/icons/blacklist_favicon.png"); +}