@@ -2561,7 +2561,7 @@ h4 + .mgmt-plugins-row {
2561
2561
margin-left : 20px ;
2562
2562
}
2563
2563
/* Customize the label (the container) */
2564
- .container {
2564
+ .populate-checkbox- container {
2565
2565
display : block;
2566
2566
position : relative;
2567
2567
padding-left : 35px ;
@@ -2575,7 +2575,7 @@ h4 + .mgmt-plugins-row {
2575
2575
}
2576
2576
2577
2577
/* Hide the browser's default checkbox */
2578
- .container input {
2578
+ .populate-checkbox- container input {
2579
2579
position : absolute;
2580
2580
opacity : 0 ;
2581
2581
cursor : pointer;
@@ -2595,11 +2595,11 @@ h4 + .mgmt-plugins-row {
2595
2595
}
2596
2596
2597
2597
/* On mouse-over, add a grey background color */
2598
- .container : hover input ~ .checkmark {
2598
+ .populate-checkbox- container: hover input ~ .checkmark {
2599
2599
}
2600
2600
2601
2601
/* When the checkbox is checked, add a blue background */
2602
- .container input : checked ~ .checkmark {
2602
+ .populate-checkbox- container input : checked ~ .checkmark {
2603
2603
background-color : # 2FA732 ;
2604
2604
border : 1px solid # 2FA732 ;
2605
2605
}
@@ -2612,12 +2612,12 @@ h4 + .mgmt-plugins-row {
2612
2612
}
2613
2613
2614
2614
/* Show the checkmark when checked */
2615
- .container input : checked ~ .checkmark : after {
2615
+ .populate-checkbox- container input : checked ~ .checkmark : after {
2616
2616
display : block;
2617
2617
}
2618
2618
2619
2619
/* Style the checkmark/indicator */
2620
- .container .checkmark : after {
2620
+ .populate-checkbox- container .checkmark : after {
2621
2621
left : 3px ;
2622
2622
top : 1px ;
2623
2623
width : 4px ;
0 commit comments