src/ztfy/myams/resources/less/forms.less
changeset 188 c6b84eed2f59
parent 179 a36bac847ea7
child 206 02a40997d8cb
equal deleted inserted replaced
187:6a5e0d867964 188:c6b84eed2f59
   915 			height: 24px;
   915 			height: 24px;
   916 			padding: 2px 10px;
   916 			padding: 2px 10px;
   917 			font-size: 11px;
   917 			font-size: 11px;
   918 			line-height: 1.5;
   918 			line-height: 1.5;
   919 		}
   919 		}
       
   920 		&[type="text"][name],
       
   921 		&[type="password"][name] {
       
   922 			&[disabled],
       
   923 			&[readonly] {
       
   924 				background-color: #efefef;
       
   925 			}
       
   926 		}
       
   927 	}
       
   928 	.textarea {
       
   929 		textarea[name] {
       
   930 			&[disabled],
       
   931 			&[readonly] {
       
   932 				background-color: #efefef;
       
   933 			}
       
   934 		}
   920 	}
   935 	}
   921 	select {
   936 	select {
   922 		&.input-sm {
   937 		&.input-sm {
   923 			height: 30px;
   938 			height: 30px;
   924 			line-height: 15px;
   939 			line-height: 15px;