src/pyams_skin/resources/less/forms.less
changeset 169 6bbb52c08e2e
parent 167 5034433484fe
child 175 16c3f89f1a3a
equal deleted inserted replaced
168:8b5d41852bb6 169:6bbb52c08e2e
   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"],
   920 		&[type="text"][name],
   921 		&[type="password"] {
   921 		&[type="password"][name] {
   922 			&[disabled],
   922 			&[disabled],
   923 			&[readonly] {
   923 			&[readonly] {
   924 				background-color: #efefef;
   924 				background-color: #efefef;
   925 			}
   925 			}
   926 		}
   926 		}
   927 	}
   927 	}
   928 	.textarea {
   928 	.textarea {
   929 		textarea {
   929 		textarea[name] {
   930 			&[disabled],
   930 			&[disabled],
   931 			&[readonly] {
   931 			&[readonly] {
   932 				background-color: #efefef;
   932 				background-color: #efefef;
   933 			}
   933 			}
   934 		}
   934 		}