As you can see in the attached screenshot, the preview of both comments and nodes have a background that is too light. Much better would be either no special background-color or the dark-blue one par default.

CommentFileSizeAuthor
dark-comment-unclear.png19.7 KBwmostrey

Comments

paddy_deburca’s picture

Assigned: Unassigned » paddy_deburca

I don't get this particular behaviour.

I presume that the comment is a normal comment to a node?

Does this happen for comments only or also when you preview nodes?

Paddy.

wmostrey’s picture

This happens when I preview comments and nodes. The actual comments and nodes look perfect. I have this on Firefox 2.0.1.1 on MacOS. I can test this on Firefox for Windows as well later today.

paddy_deburca’s picture

I too am using FireFox on MacOS....

I will investigate further.

Just to be sure - can you make sure that you have the same style.css that is on CVS? - at least like that I am sure that we are working from the same style sheet.

Paddy.

paddy_deburca’s picture

Status: Active » Fixed

Add the following to your style.css

.preview .node {
	background-color: transparent;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

You can remove the opacity if you wish.

Paddy.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.