summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2023-04-18 22:44:01 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2023-04-18 22:44:01 -0500
commite0528d1cf31b55507d2fbfce27128fd6284708bc (patch)
tree6dca5a34722acbf68af0cc0db64d63cf72484e2c
parent219727b24384de7e80dbe7852f3200298052186f (diff)
downloadpidgin-e0528d1cf31b55507d2fbfce27128fd6284708bc.tar.gz
Remove unused CSS file
I see no reference to the file, nor any of the classes it uses. Testing Done: Compile only. Reviewed at https://reviews.imfreedom.org/r/2438/
-rw-r--r--pidgin/resources/Conversations/tab-label.css19
-rw-r--r--pidgin/resources/pidgin.gresource.xml1
2 files changed, 0 insertions, 20 deletions
diff --git a/pidgin/resources/Conversations/tab-label.css b/pidgin/resources/Conversations/tab-label.css
deleted file mode 100644
index b91b890a78..0000000000
--- a/pidgin/resources/Conversations/tab-label.css
+++ /dev/null
@@ -1,19 +0,0 @@
-#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;
-}
diff --git a/pidgin/resources/pidgin.gresource.xml b/pidgin/resources/pidgin.gresource.xml
index 8daf03f831..925f3f588e 100644
--- a/pidgin/resources/pidgin.gresource.xml
+++ b/pidgin/resources/pidgin.gresource.xml
@@ -14,7 +14,6 @@
<file compressed="true" preprocess="xml-stripblanks">BuddyList/window.ui</file>
<file compressed="true" preprocess="xml-stripblanks">Conversations/infopane.ui</file>
<file compressed="true" preprocess="xml-stripblanks">Conversations/invite_dialog.ui</file>
- <file compressed="true">Conversations/tab-label.css</file>
<file compressed="true" preprocess="xml-stripblanks">ContactList/widget.ui</file>
<file compressed="true" preprocess="xml-stripblanks">Debug/debug.ui</file>
<file compressed="true" preprocess="xml-stripblanks">Dialogs/addbuddy.ui</file>