pidgin/resources/Debug/filter.css

Fri, 01 Oct 2021 01:06:04 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Fri, 01 Oct 2021 01:06:04 -0500
changeset 41066
00e6bda3ef95
parent 40565
43f9f757667d
permissions
-rw-r--r--

Add a Meson devenv configuration.

This allows running `meson devenv` as defined at https://mesonbuild.com/Commands.html#devenv

Testing Done:
Ran `meson devenv -C build pidgin3` and `meson devenv -C build finch3` on a system without either installed (even from this build).

Note stock icons don't seem to work with `XDG_DATA_DIRS`, which is why the other review requests were needed. If anything still has stock icons, they'll be broken without an install.

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

.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