Daniel Brötzmann pushed to branch mainwindow at gajim / gajim


Commits:
f354e111 by wurstsalat at 2021-05-22T10:55:12+02:00
GroupchatState: Fix content color for dark/light theme

- - - - -


1 changed file:

- gajim/data/style/gajim.css


Changes:

=====================================
gajim/data/style/gajim.css
=====================================
@@ -614,10 +614,10 @@ infobar.error > revealer > box {
     border-radius: 6px;
 }
 .groupchat-state box > label {
-    color: @theme_text_color;
+    color: rgb(230, 230, 230);
 }
 .groupchat-state box > spinner {
-    color: @theme_text_color;
+    color: rgb(230, 230, 230);
 }
 
 /* Popover Treeview */



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/f354e111c734c6a59acc12b3cdce3ee2c4055b01

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/f354e111c734c6a59acc12b3cdce3ee2c4055b01
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to