pidgin/resources/Conversations/tab-label.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 40552
eb0f386cea6b
permissions
-rw-r--r--

Remove prpl-gtalk from XMPP console

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

#tab-label-typing {
	color: #4e9a06;
}

#tab-label-typed {
	color: #c4a000;
}

#tab-label-attention {
	color: #006aff;
}

#tab-label-unreadchat {
	color: #cc0000;
}

#tab-label-event {
	color: #888a85;
}

mercurial