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
|
|
@ -12,7 +12,7 @@
|
|||
background-color: #f9f9f9;
|
||||
padding: 8px;
|
||||
border: 1px solid #eee;
|
||||
border-radius: 3px;
|
||||
border-radius: var(--input-border-radius, 3px);
|
||||
margin: -5px 0;
|
||||
i {
|
||||
font-style: normal;
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@
|
|||
|
||||
#rl-settings-subscreen {
|
||||
background-color: var(--settings-bg-clr, #fff);
|
||||
border: 1px solid @rlMainDarkColor;
|
||||
border-radius: @rlMainBorderRadius;
|
||||
border: 1px solid var(--border-color, #aaa);
|
||||
border-radius: var(--border-radius, 5px);
|
||||
box-shadow: @rlMainShadow;
|
||||
box-sizing: border-box;
|
||||
height: calc(100% - 50px - @rlLowMargin - @rlLowMargin);
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
.help-block span {
|
||||
background-color: #fff;
|
||||
border: 1px solid #000;
|
||||
border-radius: 3px;
|
||||
border-radius: var(--input-border-radius, 3px);
|
||||
color: #000;
|
||||
display: none;
|
||||
left: 2px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue