@@ -1541,7 +1541,6 @@ div.wfui-checkboxes-hybrid label div.checkboxHybrid input {
15411541 border-radius : 5px !important ;
15421542 border : 1px solid #c1c4c7 ;
15431543 outline : none ;
1544- font-family : ' Open Sans' ;
15451544 font-size : 14px ;
15461545 resize : none ; }
15471546
@@ -1553,7 +1552,6 @@ div.wfui-checkboxes-hybrid label div.checkboxHybrid input {
15531552 border-radius : 5px !important ;
15541553 border : 1px solid #c1c4c7 ;
15551554 outline : none ;
1556- font-family : ' Open Sans' ;
15571555 font-size : 14px ;
15581556 resize : none ; }
15591557
@@ -2206,7 +2204,7 @@ div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
22062204 background : none ;
22072205 border : none ;
22082206 padding : 0 ; }
2209- .wfui-form-disabled.wfui-form-singlecheckbox .active.checkbox input [type = " checkbox" ] {
2207+ .wfui-form-disabled.wfui-form-singlecheckbox .active.checkbox input [type = ' checkbox' ] {
22102208 display : none ; }
22112209
22122210.wfui-form-disabled .wfui-checkboxes-hybrid .checkbox ,
@@ -2221,8 +2219,8 @@ div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
22212219 background : none ;
22222220 border : none ;
22232221 padding : 0 ; }
2224- .wfui-form-disabled .wfui-checkboxes-hybrid .active.checkbox input [type = " checkbox" ],
2225- .wfui-form-disabled .wfui-form-checkboxes .active.checkbox input [type = " checkbox" ] {
2222+ .wfui-form-disabled .wfui-checkboxes-hybrid .active.checkbox input [type = ' checkbox' ],
2223+ .wfui-form-disabled .wfui-form-checkboxes .active.checkbox input [type = ' checkbox' ] {
22262224 display : none ; }
22272225
22282226.wfui-form-disabled .wfui-radios-hybrid .radio ,
@@ -2237,8 +2235,8 @@ div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
22372235 background : none ;
22382236 border : none ;
22392237 padding : 0 ; }
2240- .wfui-form-disabled .wfui-radios-hybrid .active.radio input [type = " radio" ],
2241- .wfui-form-disabled .wfui-form-radios .active.radio input [type = " radio" ] {
2238+ .wfui-form-disabled .wfui-radios-hybrid .active.radio input [type = ' radio' ],
2239+ .wfui-form-disabled .wfui-form-radios .active.radio input [type = ' radio' ] {
22422240 display : none ; }
22432241
22442242.wfui-form-disabled .wfui-form-select select .form-control {
0 commit comments