✨
This commit is contained in:
@@ -504,12 +504,12 @@
|
||||
|
||||
/* On mouse-over, add a grey background color */
|
||||
.container:hover input ~ .checkmark {
|
||||
background-color: #3de31c;
|
||||
background-color: #83f16d;
|
||||
}
|
||||
|
||||
/* When the radio button is checked, add a blue background */
|
||||
.container input:checked ~ .checkmark {
|
||||
background-color: #69f84d;
|
||||
background-color: #30da0c;
|
||||
}
|
||||
|
||||
/* Create the indicator (the dot/circle - hidden when not checked) */
|
||||
@@ -527,8 +527,8 @@
|
||||
/* Style the indicator (dot/circle) */
|
||||
.container .checkmark:after {
|
||||
top: 5px;
|
||||
left: 8px;
|
||||
width: 13px;
|
||||
left: 13px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
background: black;
|
||||
|
||||
Reference in New Issue
Block a user