mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
Fix color of URLs on receive text dialog
This commit is contained in:
parent
48090ec41c
commit
bea0fa5b9c
1 changed files with 5 additions and 5 deletions
|
@ -384,10 +384,6 @@ x-dialog:not([show]) x-paper {
|
|||
transform: scale(0.1);
|
||||
}
|
||||
|
||||
x-dialog a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
/* Pair Devices Dialog & Public Room Dialog */
|
||||
|
||||
.input-key-container {
|
||||
|
@ -786,7 +782,7 @@ x-dialog x-paper {
|
|||
background-color: var(--bg-color-secondary) !important;
|
||||
}
|
||||
|
||||
.textarea * {
|
||||
.textarea *:not(a) {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
color: unset !important;
|
||||
|
@ -799,6 +795,10 @@ x-dialog x-paper {
|
|||
font-weight: unset !important;
|
||||
}
|
||||
|
||||
x-dialog a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
/* Image/Video/Audio Preview */
|
||||
.file-preview {
|
||||
margin-bottom: 15px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue