mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-01 03:59:13 -04:00
fix text and background colors shown if inserted to send message textbox
This commit is contained in:
parent
7936f123c2
commit
2394a4793a
2 changed files with 5 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue