mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
chore: Improve email address select
This commit is contained in:
parent
12d1d1acae
commit
183f033c7e
1 changed files with 3 additions and 2 deletions
|
|
@ -763,7 +763,7 @@ select option {
|
|||
|
||||
#rl-app .emailaddresses li[draggable] {
|
||||
line-height: 20px;
|
||||
padding: 2px 15px 2px 5px;
|
||||
padding: 2px 5px;
|
||||
color: var(--color-main-text);
|
||||
border: 1px solid var(--color-border-dark);
|
||||
border-radius: var(--border-radius);
|
||||
|
|
@ -773,7 +773,8 @@ select option {
|
|||
}
|
||||
|
||||
#rl-app .emailaddresses li a {
|
||||
/* TODO */
|
||||
position: unset;
|
||||
color: var(--color-main-text);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue