mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +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
|
|
@ -26,7 +26,7 @@
|
|||
.emailaddresses li[draggable] {
|
||||
background-color: #eee;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 2px;
|
||||
border-radius: calc(var(--input-border-radius, 3px) - 1px);
|
||||
box-shadow: 0 1px 0 rgba(255,255,255,0.75) inset;
|
||||
color: #555;
|
||||
cursor: default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue