mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
chore: Add error tooltip
This commit is contained in:
parent
d38bb34aae
commit
f601e02bf7
1 changed files with 11 additions and 0 deletions
|
@ -92,6 +92,17 @@ html.rl-left-panel-disabled #rl-app #rl-left {
|
|||
margin-left: unset;
|
||||
}
|
||||
|
||||
#rl-app .error-to {
|
||||
color: var(--color-error);
|
||||
}
|
||||
|
||||
#rl-app [data-rainloopErrorTip]::before {
|
||||
background: var(--color-background-dark);
|
||||
border-radius: var(--border-radius);
|
||||
border-color: var(--color-border-dark);
|
||||
color: var(--color-error);
|
||||
}
|
||||
|
||||
/*
|
||||
* loading and login screen
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue