mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00:00
CSS rainloopErrorTip location
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user