mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +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"],
|
input[type="checkbox"],
|
||||||
#rl-app .e-checkbox.material-design input+div {
|
#rl-app .e-checkbox.material-design input+div {
|
||||||
position: unset;
|
position: unset;
|
||||||
height: 18px;
|
height: 18px !important;
|
||||||
width: 18px;
|
width: 18px !important;
|
||||||
|
min-width: 18px !important;
|
||||||
flex-shrink: 0 !important;
|
flex-shrink: 0 !important;
|
||||||
border: 2px solid var(--color-primary-element);
|
border: 2px solid var(--color-primary-element);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue