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


Commits:
ac398cd2 by wurstsalat at 2024-05-04T20:09:24+02:00
cfix: ReferencedMessageWidget: Improve widget contrast and colors

- - - - -


2 changed files:

- gajim/data/style/gajim.css
- gajim/gtk/referenced_message.py


Changes:

=====================================
gajim/data/style/gajim.css
=====================================
@@ -677,14 +677,14 @@ .code-widget-header button {
 
 /* ReferencedMessageWidget */
 .referenced-message {
-    padding: 6px;
+    padding: 8px;
     border: 1px solid @borders;
     border-radius: 4px;
-    background-color: alpha(@insensitive_fg_color, 0.03);
+    background-color: alpha(@insensitive_fg_color, 0.06);
 }
 
 .referenced-message #quote-bar {
-    background-color: @borders;
+    background-color: alpha(@insensitive_fg_color, 0.7);
     border-radius: 3px;
 }
 


=====================================
gajim/gtk/referenced_message.py
=====================================
@@ -87,7 +87,6 @@ def _add_content(self, message: mod.Message) -> None:
         reply_icon = Gtk.Image.new_from_icon_name(
             'lucide-reply-symbolic', Gtk.IconSize.BUTTON
         )
-        reply_icon.get_style_context().add_class('dim-label')
 
         timestamp = message.timestamp.astimezone()
         format_string = app.settings.get('time_format')



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

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