mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
fix: Broken checkbox
This commit is contained in:
parent
a6638e56fe
commit
6878d4c0de
1 changed files with 3 additions and 2 deletions
|
|
@ -871,8 +871,9 @@ input[type="checkbox"] {
|
|||
input[type="checkbox"],
|
||||
#rl-app .e-checkbox.material-design input+div {
|
||||
position: unset;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
height: 18px !important;
|
||||
width: 18px !important;
|
||||
min-width: 18px !important;
|
||||
flex-shrink: 0 !important;
|
||||
border: 2px solid var(--color-primary-element);
|
||||
border-radius: 2px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue