Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
7d847b1e by wurstsalat at 2021-11-02T20:47:09+01:00
Theme: Improve chatlist for both light and dark themes
- - - - -
1 changed file:
- gajim/data/style/gajim.css
Changes:
=====================================
gajim/data/style/gajim.css
=====================================
@@ -336,11 +336,8 @@ .chatlist-row:active,
.chatlist-row:selected:active {
box-shadow: none;
}
-.chatlist-row:hover {
- background-color: shade(@theme_base_color, 0.95);
-}
.chatlist-row:selected {
- background-color: shade(@theme_base_color, 0.9);
+ background-color: mix(@theme_base_color, @theme_fg_color, 0.1);
outline: none;
}
.chatlist-row:selected label:not(.unread-counter){
@@ -351,7 +348,7 @@ .chatlist-row button {
}
.chatlist-row:selected button {
color: @theme_fg_color;
- border-color: @insensitive_fg_color;
+ border-color: @borders;
}
.chatlist-row:selected image {
color: @theme_fg_color;
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7d847b1ebc3972f3b3ff3a25a6823ab690781438
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7d847b1ebc3972f3b3ff3a25a6823ab690781438
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