From ad18205786de8bb6b4ef76c357c33c4d7f130cf1 Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Wed, 3 Oct 2007 03:21:16 +0000 Subject: [PATCH] partial fixes for 32347, 30536, 41120 --- .../themes/modern/global/console/console.css | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/suite/themes/modern/global/console/console.css b/suite/themes/modern/global/console/console.css index 5ef2d6161ea..02784b9de38 100644 --- a/suite/themes/modern/global/console/console.css +++ b/suite/themes/modern/global/console/console.css @@ -19,8 +19,28 @@ * Contributor(s): */ -@import url(chrome://global/skin/global.css); - -window { - font-size: 12px; +.error-icon-box { + background-color: #CCCCCC; + padding: 5px; + border-right: 1px solid #999999; } + + + +.treecell-error { + border-bottom: 1px solid #000000 !important; + padding: 0px; +} + +.treecell-error[type="error"] { + list-style-image: url("chrome://global/skin/error-icon.gif") !important; +} + +.treecell-error[type="warning"] { + list-style-image: url("chrome://global/skin/alert-icon.gif") !important; +} + +.error-icon { + list-style-image: inherit !important; +} +