mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
fix: Checkbox margin
This commit is contained in:
parent
e179b46140
commit
c50642021b
1 changed files with 1 additions and 2 deletions
|
|
@ -700,7 +700,7 @@ select option {
|
||||||
height: 44px;
|
height: 44px;
|
||||||
border-radius: 44px;
|
border-radius: 44px;
|
||||||
padding: 0 14px;
|
padding: 0 14px;
|
||||||
margin: 0 -7px 0 -14px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .e-component.e-checkbox.material-design:hover,
|
#rl-app .e-component.e-checkbox.material-design:hover,
|
||||||
|
|
@ -1577,5 +1577,4 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
|
|
||||||
#rl-app .tabs .tab-content {
|
#rl-app .tabs .tab-content {
|
||||||
border-color: var(--color-primary-element);
|
border-color: var(--color-primary-element);
|
||||||
padding: 10px 20px;
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue