From 71e1e685da64facbef3bf6478746d271b9c2d855 Mon Sep 17 00:00:00 2001 From: "bugzilla%standard8.plus.com" Date: Mon, 28 Jul 2008 16:19:59 +0000 Subject: [PATCH] Bug 441526 Implement highlightNonMatches in toolkit autocomplete. r=dbo git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@253319 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/calendar/prototypes/wcap/sun-calendar-event-dialog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/calendar/prototypes/wcap/sun-calendar-event-dialog.css b/mozilla/calendar/prototypes/wcap/sun-calendar-event-dialog.css index f4fbc146c34..38505913813 100644 --- a/mozilla/calendar/prototypes/wcap/sun-calendar-event-dialog.css +++ b/mozilla/calendar/prototypes/wcap/sun-calendar-event-dialog.css @@ -186,6 +186,7 @@ timezone-page { -moz-user-focus: none; } +/* This definition is only required for MOZILLA_1_8_BRANCH */ .textbox-addressingWidget[noMatchesFound="true"] { color: red; }