mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-04-01 10:10:18 +00:00
Fix input box text spacing in GTK CSS
This commit is contained in:
@@ -167,10 +167,14 @@ theme_css_build_input (const char *theme_name, guint16 fg_red, guint16 fg_green,
|
|||||||
"background-color: #%02x%02x%02x;"
|
"background-color: #%02x%02x%02x;"
|
||||||
"color: #%02x%02x%02x;"
|
"color: #%02x%02x%02x;"
|
||||||
"caret-color: #%02x%02x%02x;"
|
"caret-color: #%02x%02x%02x;"
|
||||||
|
"word-spacing: normal;"
|
||||||
|
"letter-spacing: normal;"
|
||||||
"}"
|
"}"
|
||||||
"%s {"
|
"%s {"
|
||||||
"color: #%02x%02x%02x;"
|
"color: #%02x%02x%02x;"
|
||||||
"caret-color: #%02x%02x%02x;"
|
"caret-color: #%02x%02x%02x;"
|
||||||
|
"word-spacing: normal;"
|
||||||
|
"letter-spacing: normal;"
|
||||||
"}"
|
"}"
|
||||||
"%s selection, %s text selection, %s:focus selection, %s:focus text selection, %s *:selected, %s *:selected:focus {"
|
"%s selection, %s text selection, %s:focus selection, %s:focus text selection, %s *:selected, %s *:selected:focus {"
|
||||||
"background-color: #%02x%02x%02x;"
|
"background-color: #%02x%02x%02x;"
|
||||||
|
|||||||
Reference in New Issue
Block a user