@@ -476,7 +476,7 @@ form#plugin_formcreator_form {
476
476
}
477
477
478
478
#plugin_formcreator_form input [type = checkbox ]:focus + label ,
479
- #plugin_formcreator_form input [type = radio ].new_radio :focus + label ,
479
+ #plugin_formcreator_form input [type = radio ].form-check-input :focus + label ,
480
480
#plugin_formcreator_form input [type = file ]:focus {
481
481
color : #66afe9 ;
482
482
color : rgba (102 ,175 ,233 , 1 );
@@ -517,31 +517,31 @@ form#plugin_formcreator_form {
517
517
.radios .form-group-radio + label {
518
518
margin-left : 7px ;
519
519
}
520
- input [type = radio ].new_radio {
520
+ input [type = radio ].form-check-input {
521
521
display : none ;
522
522
}
523
523
.label-radio .radio {
524
524
padding : 2px 0 ;
525
525
}
526
- input [type = radio ].new_radio + label .label-radio span {
526
+ input [type = radio ].form-check-input + label .label-radio span {
527
527
display : inline-block ;
528
528
position : absolute ;
529
529
width : 16px ;
530
530
height : 16px ;
531
531
}
532
- input [type = radio ].new_radio + label .label-radio .box {
532
+ input [type = radio ].form-check-input + label .label-radio .box {
533
533
background-color : #fff ;
534
534
border : 2px solid #727272 ;
535
535
border-radius : 50% ;
536
536
}
537
- input [type = radio ].new_radio + label .label-radio .check {
537
+ input [type = radio ].form-check-input + label .label-radio .check {
538
538
left : 4px ;
539
539
top : 4px ;
540
540
width : 0px ;
541
541
height : 0px ;
542
542
opacity : 0 ;
543
543
}
544
- input [type = radio ].new_radio :checked + label .label-radio .check {
544
+ input [type = radio ].form-check-input :checked + label .label-radio .check {
545
545
border : 6px solid #727272 ;
546
546
border-radius : 50% ;
547
547
transition : opacity 0.3s ease ;
@@ -1191,7 +1191,7 @@ a.plugin_formcreator_formTile_title {
1191
1191
opacity : 1 ;
1192
1192
color : #3874BC ;
1193
1193
1194
- .radios input [type = radio ].new_radio + label :before {
1194
+ .radios input [type = radio ].form-check-input + label :before {
1195
1195
background-color : #3874BC ;
1196
1196
border : 2px solid #3874BC ;
1197
1197
}
@@ -1207,7 +1207,7 @@ a.plugin_formcreator_formTile_title {
1207
1207
margin : 0 20px ;
1208
1208
}
1209
1209
1210
- .radios input [type = radio ].new_radio + label {
1210
+ .radios input [type = radio ].form-check-input + label {
1211
1211
display : inline-block ;
1212
1212
margin-right : 10px ;
1213
1213
}
0 commit comments