mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 17:56:16 -04:00
Fix link hover in receive text dialog
This commit is contained in:
parent
830367651b
commit
9a4b7ffb1a
2 changed files with 12 additions and 1 deletions
|
@ -369,7 +369,13 @@ x-dialog a{
|
|||
user-select: all;
|
||||
}
|
||||
|
||||
#receiveTextDialog #text a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#receiveTextDialog #text a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Button */
|
||||
|
||||
|
@ -552,6 +558,11 @@ input {
|
|||
}
|
||||
|
||||
|
||||
/* Generic placeholder */
|
||||
[placeholder]:empty:before {
|
||||
content: attr(placeholder);
|
||||
}
|
||||
|
||||
/* Toast */
|
||||
|
||||
.toast-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue