@@ -1182,7 +1182,6 @@ fieldset[disabled] .form-control:focus,
11821182fieldset [disabled ] .form-control .focus ,
11831183.form-control-wrapper .form-control .focus ,
11841184.form-control .focus {
1185- height : 28px ;
11861185 padding : 0 ;
11871186 float : none;
11881187 border : 0 ;
@@ -1191,6 +1190,26 @@ fieldset[disabled] .form-control.focus,
11911190 background : transparent;
11921191 border-bottom : 1px solid # 757575 ;
11931192}
1193+ fieldset [disabled ] .form-control : not (textarea ),
1194+ .form-control-wrapper .form-control : not (textarea ),
1195+ .form-control : not (textarea ),
1196+ fieldset [disabled ] .form-control : focus : not (textarea ),
1197+ .form-control-wrapper .form-control : focus : not (textarea ),
1198+ .form-control : focus : not (textarea ),
1199+ fieldset [disabled ] .form-control .focus : not (textarea ),
1200+ .form-control-wrapper .form-control .focus : not (textarea ),
1201+ .form-control .focus : not (textarea ),
1202+ fieldset [disabled ] .form-control : not (select ),
1203+ .form-control-wrapper .form-control : not (select ),
1204+ .form-control : not (select ),
1205+ fieldset [disabled ] .form-control : focus : not (select ),
1206+ .form-control-wrapper .form-control : focus : not (select ),
1207+ .form-control : focus : not (select ),
1208+ fieldset [disabled ] .form-control .focus : not (select ),
1209+ .form-control-wrapper .form-control .focus : not (select ),
1210+ .form-control .focus : not (select ) {
1211+ height : 28px ;
1212+ }
11941213fieldset [disabled ] .form-control : disabled ,
11951214.form-control-wrapper .form-control : disabled ,
11961215.form-control : disabled ,
0 commit comments