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


Commits:
3ee726a7 by wurstsalat at 2024-10-27T11:53:47+01:00
cfix: MessageActionsBox: Fix button CSS

- - - - -


1 changed file:

- gajim/data/style/gajim.css


Changes:

=====================================
gajim/data/style/gajim.css
=====================================
@@ -640,6 +640,15 @@ .search-view-header label {
 
 /* MessageActionsBox */
 .message-actions-box { margin: 2px 13px 8px 8px; }
+.message-actions-box button:not(:hover) {
+    background: transparent;
+    border: 1px solid transparent;
+    box-shadow: none;
+}
+.message-actions-box button:hover {
+    border: 1px solid transparent;
+    border-radius: 8px;
+}
 
 /* MessageInputTextView */
 .message-input-textview,



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

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