mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-27 14:04:42 +00:00
fix text and background colors shown if inserted to send message textbox
This commit is contained in:
+4
-3
@@ -859,9 +859,10 @@ x-dialog x-paper {
|
||||
background-color: var(--bg-color);
|
||||
}
|
||||
|
||||
.textarea {
|
||||
color: var(--text-color);
|
||||
background-color: var(--bg-color-secondary);
|
||||
.textarea,
|
||||
.textarea * {
|
||||
color: var(--text-color) !important;
|
||||
background-color: var(--bg-color-secondary) !important;
|
||||
}
|
||||
|
||||
/* Image/Video/Audio Preview */
|
||||
|
||||
Reference in New Issue
Block a user