Update input.css
This commit is contained in:
parent
4ab66d41f2
commit
c6e05deda8
|
|
@ -89,10 +89,10 @@ input[type=checkbox] {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: white;
|
background-color: #222233;
|
||||||
|
border: 1px solid #222233;
|
||||||
|
border-radius: 4px;
|
||||||
background-image: unset;
|
background-image: unset;
|
||||||
border: 1px solid dimgrey;
|
|
||||||
border-radius: 3px;
|
|
||||||
width: 13px;
|
width: 13px;
|
||||||
height: 13px;
|
height: 13px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -101,8 +101,8 @@ input[type=checkbox] {
|
||||||
transition: 0.2s background-color linear;
|
transition: 0.2s background-color linear;
|
||||||
}
|
}
|
||||||
input[type=checkbox]:checked {
|
input[type=checkbox]:checked {
|
||||||
background-color: rgb(110, 132, 163);
|
background-color: rgb(178 158 255);
|
||||||
border-color: rgb(110, 132, 163);
|
border-color: rgb(178 158 255);
|
||||||
}
|
}
|
||||||
input[type=checkbox]:checked::after {
|
input[type=checkbox]:checked::after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue