@rlMainBorderRadius to --border-radius: 5px;

This commit is contained in:
the-djmaze 2022-11-07 15:25:59 +01:00
parent 4ec7070ffa
commit 2705f16e44
17 changed files with 31 additions and 34 deletions

View file

@ -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 */