Skip to content

Commit 5a723e4

Browse files
committed
minimal style improvements
1 parent 5972bd9 commit 5a723e4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

twd.user.styl

+7-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
==/UserStyle== */
2121

2222
@-moz-document domain("web.threema.ch") {
23-
2423
#conversation-chat .chat .message-in .bubble-triangle::after,
2524
#conversation-chat .chat .message-in .message-body {
2625
background-color: lighten(dark, 33.5%)
@@ -40,7 +39,8 @@
4039
background-image: linear-gradient(alpha(dark, bg-img-op), alpha(dark, bg-img-op)), url(bg-img)
4140
}
4241

43-
.header-buttons {
42+
.header-buttons,
43+
eee-message-icon > img {
4444
filter: invert(1)
4545
}
4646

@@ -159,6 +159,7 @@
159159
border-image: linear-gradient(to right, custom-red, custom-red 50%, lighten(dark, 8.5%) 50%, lighten(dark, 8.5%) 100%) 1 100%
160160
}
161161

162+
#navigation-conversations .conversation-wrapper .conversation.unread.active,
162163
#navigation-conversations .conversation-wrapper .conversation.unread:hover {
163164
border-image: linear-gradient(to right, custom-red, custom-red 50%, lighten(dark, 16.5%) 50%, lighten(dark, 16.5%) 100%) 1 100%
164165
}
@@ -296,4 +297,8 @@
296297
#main {
297298
border-radius: 0
298299
}
300+
301+
compose-area > div:first-child > div:nth-of-type(2) {
302+
background-color: dark
303+
}
299304
}

0 commit comments

Comments
 (0)