mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
chore: Add plugin popups
This commit is contained in:
parent
804b9531f7
commit
cbbf673f4d
1 changed files with 16 additions and 0 deletions
|
|
@ -1491,6 +1491,22 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
margin: 0 0 0 5px;
|
margin: 0 0 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app #V-PopupsPlugin .help-block span {
|
||||||
|
background-color: var(--color-background-dark);
|
||||||
|
border-color: var(--color-border);
|
||||||
|
border-radius: var(--border-radius);
|
||||||
|
box-shadow: 0 0 2px var(--color-box-shadow);
|
||||||
|
color: unset;
|
||||||
|
left: 10px;
|
||||||
|
right: unset;
|
||||||
|
padding: 8px;
|
||||||
|
margin: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app #V-PopupsPlugin .help-block {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#rl-app #V-PopupsIdentity .e-signature-place {
|
#rl-app #V-PopupsIdentity .e-signature-place {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue