pidgin/resources/Debug/filter.css

Wed, 25 May 2022 23:52:45 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Wed, 25 May 2022 23:52:45 -0500
changeset 41408
5323c0b51ddc
parent 40565
43f9f757667d
permissions
-rw-r--r--

Remove prpl-gtalk from XMPP console

It no longer exists, and complicates the code a bit.

.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