mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
@rlMainBorderRadius to --border-radius: 5px;
This commit is contained in:
parent
4ec7070ffa
commit
2705f16e44
17 changed files with 31 additions and 34 deletions
|
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
[data-rainloopErrorTip]::before {
|
||||
background: #fff;
|
||||
border-radius: 3px;
|
||||
border-radius: var(--input-border-radius, 3px);
|
||||
border: 1px solid #999;
|
||||
color: red;
|
||||
content: attr(data-rainloopErrorTip);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue