src/pyams_skin/resources/less/forms.less
changeset 249 417298dbf77b
parent 227 3c4b086bdf5b
child 283 c69daf695ed9
equal deleted inserted replaced
248:86b71518e457 249:417298dbf77b
     1 /*
     1 /*
     2  * Forms styles
     2  * Forms styles
     3  */
     3  */
       
     4 
       
     5 @import "colors.less";
     4 
     6 
     5 .form {
     7 .form {
     6 	hr {
     8 	hr {
     7 		margin-left: -13px;
     9 		margin-left: -13px;
     8 		margin-right: -13px;
    10 		margin-right: -13px;
   616 	}
   618 	}
   617 }
   619 }
   618 
   620 
   619 
   621 
   620 textarea {
   622 textarea {
       
   623 	background-color: @white;
       
   624 
   621 	&.clone {
   625 	&.clone {
   622 		position: absolute;
   626 		position: absolute;
   623 		visibility: hidden;
   627 		visibility: hidden;
   624 	}
   628 	}
   625 }
   629 }
  1341 		-moz-appearance: none;
  1345 		-moz-appearance: none;
  1342 		-webkit-appearance: none;
  1346 		-webkit-appearance: none;
  1343 
  1347 
  1344 		&[readonly] {
  1348 		&[readonly] {
  1345 			border-bottom: 1px solid #ccc!important;
  1349 			border-bottom: 1px solid #ccc!important;
       
  1350 			pointer-events: none;
       
  1351 			cursor: pointer;
  1346 
  1352 
  1347 			&:focus {
  1353 			&:focus {
  1348 				-webkit-box-shadow: none;
  1354 				-webkit-box-shadow: none;
  1349 				   -moz-box-shadow: none;
  1355 				   -moz-box-shadow: none;
  1350 				        box-shadow: none;
  1356 				        box-shadow: none;