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.

40552
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 #tab-label-typing {
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
2 color: #4e9a06;
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3 }
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
4
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5 #tab-label-typed {
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
6 color: #c4a000;
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
7 }
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
8
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
9 #tab-label-attention {
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
10 color: #006aff;
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
11 }
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
12
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
13 #tab-label-unreadchat {
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
14 color: #cc0000;
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
15 }
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
16
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
17 #tab-label-event {
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
18 color: #888a85;
eb0f386cea6b Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
19 }

mercurial