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


Commits:
4e6a0ade by Daniel Brötzmann at 2021-03-26T16:37:07+01:00
MessageInputTextView: Improve style

- - - - -


2 changed files:

- gajim/chat_control_base.py
- gajim/data/style/gajim.css


Changes:

=====================================
gajim/chat_control_base.py
=====================================
@@ -217,6 +217,8 @@ def __init__(self, parent_win, widget_name, contact, acct,
             'set_visible')
 
         self.msg_scrolledwindow = ScrolledWindow()
+        self.msg_scrolledwindow.set_margin_start(3)
+        self.msg_scrolledwindow.set_margin_end(3)
         self.msg_scrolledwindow.get_style_context().add_class(
             'message-input-border')
         self.msg_scrolledwindow.add(self.msg_textview)


=====================================
gajim/data/style/gajim.css
=====================================
@@ -31,7 +31,8 @@
 .chatcontrol-separator {margin-bottom: 5px;}
 
 .message-input-border {
-    border: 2px solid transparent;
+    border: 2px solid @theme_unfocused_bg_color;
+    border-radius: 4px;
 }
 .message-input-focus {
     border: 2px solid @theme_selected_bg_color;



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

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