mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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
|
|
@ -128,7 +128,7 @@ html:not(.rl-left-panel-disabled) #rl-left > .resizer,
|
|||
line-height: 30px;
|
||||
background: rgba(0, 0, 0, .6);
|
||||
padding: 15px;
|
||||
border-radius: 5px;
|
||||
border-radius: var(--border-radius, 5px);
|
||||
text-shadow: 0 1px 1px #000;
|
||||
transform: translateY(-50%);
|
||||
top: 50%;
|
||||
|
|
@ -176,7 +176,7 @@ html.rl-side-preview-pane {
|
|||
}
|
||||
|
||||
.btn-group > .btn.single {
|
||||
border-radius: 3px !important;
|
||||
border-radius: var(--input-border-radius, 3px) !important;
|
||||
}
|
||||
|
||||
/* desktop */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue