pidgin/resources/Debug/filter.css

Mon, 26 Oct 2020 20:18:35 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 26 Oct 2020 20:18:35 -0500
changeset 40565
43f9f757667d
parent 40552
eb0f386cea6b
permissions
-rw-r--r--

Fix a typo in Debug/filter.css that was throwing a GWarning

Testing Done:
Built, ran, verified the warning was gone.

Reviewed at https://reviews.imfreedom.org/r/173/

.bad-filter {
	color: @error_fg_color;
	text-shadow: 0 1px @error_text_shadow;
	background-image: none;
	background-color: @error_bg_color;
}

.good-filter {
	color: @question_fg_color;
	text-shadow: 0 1px @question_text_shadow;
	background-image: none;
	background-color: @success_color;
}

mercurial