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


Commits:
e7ae52dd by mesonium at 2024-07-28T13:50:52+02:00
change: Make Chatlist and Groupchat Roster style consistent

- - - - -


1 changed file:

- gajim/data/style/gajim.css


Changes:

=====================================
gajim/data/style/gajim.css
=====================================
@@ -425,6 +425,16 @@ .chat-filter-icons button {
     color: @insensitive_fg_color;
 }
 
+/* Groupchat Roster */
+.groupchat-roster *:hover {
+       background-color: @theme_bg_color;
+}
+
+.groupchat-roster *:selected {
+       color: @theme_fg_color;
+       background-color: @theme_bg_color;
+}
+
 /* ChatList */
 .chatlist {
     background: transparent;
@@ -436,6 +446,9 @@ .chatlist-row {
     border: 2px solid transparent;
     border-radius: 6px;
 }
+.chatlist-row:hover{
+       background-color: @theme_bg_color;
+}
 .chatlist-row:active,
 .chatlist-row:selected:active {
     box-shadow: none;



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

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


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to