mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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;
|
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 and login screen
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue