Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pg mr
gajim
Commits
4e6a0ade
Commit
4e6a0ade
authored
Mar 26, 2021
by
Daniel Brötzmann
Browse files
MessageInputTextView: Improve style
parent
fadc7596
Changes
2
Hide whitespace changes
Inline
Side-by-side
gajim/chat_control_base.py
View file @
4e6a0ade
...
...
@@ -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
View file @
4e6a0ade
...
...
@@ -31,7 +31,8 @@ .chatcontrol-separator-top {margin-top: 5px;}
.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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment