From 2e8c5f8835f3c7446f55fafa26dbc48396de1312 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 2 Apr 2009 12:44:27 -0600 Subject: [PATCH] Show bgcolor in context menu for user flags. --- imp/templates/index/index-dimp.inc | 2 +- imp/themes/screen-dimp.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/imp/templates/index/index-dimp.inc b/imp/templates/index/index-dimp.inc index 04cdd1d22..0e7d564e9 100644 --- a/imp/templates/index/index-dimp.inc +++ b/imp/templates/index/index-dimp.inc @@ -422,7 +422,7 @@ function _simpleButton($id, $text, $image, $imagedir = null) diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 3440e19cc..375dd254c 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -1004,6 +1004,11 @@ span.dimpactionDrafts { #ctx_contacts_add span.contextImg { background-image: url("graphics/add_contact.png"); } +#ctx_flag span.contextImg.flagUser { + height: 15px; + width: 15px; + border: 1px black solid; +} /* Thread images */ span.threadImg { -- 2.11.0