mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
CSS rainloopErrorTip location
This commit is contained in:
parent
2efe90fe48
commit
0e202a6640
2 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
color: red;
|
||||
content: attr(data-rainloopErrorTip);
|
||||
font-size: 90%;
|
||||
left: 100%;
|
||||
left: 0;
|
||||
opacity: 1;
|
||||
padding: 0.25em;
|
||||
position : absolute;
|
||||
|
|
|
|||
|
|
@ -123,4 +123,8 @@ html[dir="rtl"] {
|
|||
border-right: 6px solid #eee;
|
||||
}
|
||||
}
|
||||
|
||||
[data-rainloopErrorTip]::before {
|
||||
left: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue