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


Commits:
8011ff31 by wurstsalat at 2022-12-01T21:31:30+01:00
imprv: Message selection: Improve styling

- - - - -


1 changed file:

- gajim/data/style/gajim.css


Changes:

=====================================
gajim/data/style/gajim.css
=====================================
@@ -210,13 +210,13 @@ .badge {
 .link-button { min-height: 0px; }
 
 .floating-overlay-box {
-    background-color: alpha(shade(@theme_bg_color, 0.3), 0.9);
+    background-color: alpha(shade(@theme_bg_color, 0.3), 0.8);
     padding: 12px;
     border-radius: 6px;
 }
 .floating-overlay-box > label,
 .floating-overlay-box > spinner {
-    color: @theme_bg_color;
+    color: shade(@theme_bg_color, 4.0);
 }
 
 /* Main Window ============================================================= */
@@ -533,6 +533,10 @@ .conversation-row {
 .conversation-row:hover button {
     opacity: 1;
 }
+.conversation-row:selected * {
+    background-color: @theme_selected_bg_color;
+    color: @theme_selected_fg_color;
+}
 .conversation-row grid textview:not(.sourceview),
 .conversation-row grid textview:not(.sourceview) text {
        background: transparent;



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8011ff31f92e002d78e1c152ba082b0c9fa04293
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