@@ -389,7 +389,7 @@ form#plugin_formcreator_form {
389
389
}
390
390
391
391
# plugin_formcreator_form input [type = checkbox ]: focus + label ,
392
- # plugin_formcreator_form input [type = radio ]: focus + label ,
392
+ # plugin_formcreator_form input [type = radio ]. new_radio : focus + label ,
393
393
# plugin_formcreator_form input [type = file ]: focus {
394
394
color : # 66afe9 ;
395
395
color : rgba (102 , 175 , 233 , 1 );
@@ -430,31 +430,31 @@ form#plugin_formcreator_form {
430
430
.radios .form-group-radio + label {
431
431
margin-left : 7px ;
432
432
}
433
- input [type = radio ] {
433
+ input [type = radio ]. new_radio {
434
434
display : none;
435
435
}
436
436
.label-radio .radio {
437
437
padding : 2px 0 ;
438
438
}
439
- input [type = radio ] + label .label-radio span {
439
+ input [type = radio ]. new_radio + label .label-radio span {
440
440
display : inline-block;
441
441
position : absolute;
442
442
width : 16px ;
443
443
height : 16px ;
444
444
}
445
- input [type = radio ] + label .label-radio .box {
445
+ input [type = radio ]. new_radio + label .label-radio .box {
446
446
background-color : # fff ;
447
447
border : 2px solid # 727272 ;
448
448
border-radius : 50% ;
449
449
}
450
- input [type = radio ] + label .label-radio .check {
450
+ input [type = radio ]. new_radio + label .label-radio .check {
451
451
left : 4px ;
452
452
top : 4px ;
453
453
width : 0px ;
454
454
height : 0px ;
455
455
opacity : 0 ;
456
456
}
457
- input [type = radio ]: checked + label .label-radio .check {
457
+ input [type = radio ]. new_radio : checked + label .label-radio .check {
458
458
border : 6px solid # 727272 ;
459
459
border-radius : 50% ;
460
460
transition : opacity 0.3s ease;
@@ -1099,7 +1099,7 @@ a.plugin_formcreator_formTile_title {
1099
1099
opacity : 1 ;
1100
1100
color : # 3874BC ;
1101
1101
}
1102
- .plugin_formcreator_sort : hover .radios input [type = radio ] + label : before {
1102
+ .plugin_formcreator_sort : hover .radios input [type = radio ]. new_radio + label : before {
1103
1103
background-color : # 3874BC ;
1104
1104
border : 2px solid # 3874BC ;
1105
1105
}
@@ -1110,7 +1110,7 @@ a.plugin_formcreator_formTile_title {
1110
1110
text-align : left;
1111
1111
margin : 0 20px ;
1112
1112
}
1113
- .plugin_formcreator_sort .radios input [type = radio ] + label {
1113
+ .plugin_formcreator_sort .radios input [type = radio ]. new_radio + label {
1114
1114
display : inline-block;
1115
1115
margin-right : 10px ;
1116
1116
}
0 commit comments