From c764fe9469e3e256e347e6ddbbfe323457d9cd29 Mon Sep 17 00:00:00 2001 From: Nomis101 Date: Tue, 13 Jul 2010 05:21:00 -0400 Subject: [PATCH] Bug 578331 - tabmail.css on Trunk should use background-clip instead of moz-background-clip. r=andreasn --- mail/themes/pinstripe/mail/tabmail.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/themes/pinstripe/mail/tabmail.css b/mail/themes/pinstripe/mail/tabmail.css index ff1650030a..d43968620f 100644 --- a/mail/themes/pinstripe/mail/tabmail.css +++ b/mail/themes/pinstripe/mail/tabmail.css @@ -99,7 +99,7 @@ -moz-border-right-colors: rgba(0, 0, 0, .08) rgba(0, 0, 0, .17) rgba(180, 180, 180, .29); -moz-border-bottom-colors: rgba(0, 0, 0, .08) rgba(0, 0, 0, .17) rgba(180, 180, 180, .29); -moz-border-left-colors: rgba(0, 0, 0, .08) rgba(0, 0, 0, .17) rgba(180, 180, 180, .29); - -moz-background-clip: padding; + background-clip: padding-box; min-width: 1px !important; text-align: center; height: 24px;