From 432ab59c6eb9af0f828d620e6240c33dc429e4f9 Mon Sep 17 00:00:00 2001 From: "mikep%oeone.com" Date: Thu, 13 Feb 2003 16:44:53 +0000 Subject: [PATCH] Fixing problem with double clicking on the tasks list causing text to disappear. --- calendar/resources/skin/classic/calendar.css | 2 +- calendar/resources/skin/modern/calendar.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/resources/skin/classic/calendar.css b/calendar/resources/skin/classic/calendar.css index 4b5ee549019..20cf82209cc 100644 --- a/calendar/resources/skin/classic/calendar.css +++ b/calendar/resources/skin/classic/calendar.css @@ -1127,7 +1127,7 @@ treechildren:-moz-tree-image(unifinder-todo-tree-col-priority, lowpriority) { list-style-image : url( "chrome://calendar/skin/unifinder/priority_low.png" ) } -treechildren:-moz-tree-cell-text(focus, selected) { +treechildren:-moz-tree-cell-text(selected) { color : HighlightText; } diff --git a/calendar/resources/skin/modern/calendar.css b/calendar/resources/skin/modern/calendar.css index f07be881f5e..15b4e5cb352 100644 --- a/calendar/resources/skin/modern/calendar.css +++ b/calendar/resources/skin/modern/calendar.css @@ -1132,7 +1132,7 @@ treechildren:-moz-tree-image(unifinder-todo-tree-col-priority, lowpriority) { } -treechildren:-moz-tree-cell-text(focus, selected) { +treechildren:-moz-tree-cell-text(selected) { color : white; }