src/ztfy/myams/resources/less/widgets.less
changeset 182 681edeb5c6ef
parent 161 665e38dc7b52
child 206 02a40997d8cb
equal deleted inserted replaced
181:edc461e6a13b 182:681edeb5c6ef
   826 			overflow: hidden;
   826 			overflow: hidden;
   827 			position: relative;
   827 			position: relative;
   828 			border: 1px solid #ccc;
   828 			border: 1px solid #ccc;
   829 			white-space: nowrap;
   829 			white-space: nowrap;
   830 			line-height: 26px;
   830 			line-height: 26px;
       
   831 			font-size: 13px;
   831 			color: #444;
   832 			color: #444;
   832 			text-decoration: none;
   833 			text-decoration: none;
   833 			-webkit-background-clip: padding-box;
   834 			-webkit-background-clip: padding-box;
   834 			background-clip: padding-box;
   835 			background-clip: padding-box;
   835 			-webkit-touch-callout: none;
   836 			-webkit-touch-callout: none;
  1076 	}
  1077 	}
  1077 	&-results {
  1078 	&-results {
  1078 		max-height: 200px;
  1079 		max-height: 200px;
  1079 		padding: 0 0 0 4px;
  1080 		padding: 0 0 0 4px;
  1080 		margin: 4px 4px 4px 0;
  1081 		margin: 4px 4px 4px 0;
       
  1082 		font-size: 13px;
  1081 		position: relative;
  1083 		position: relative;
  1082 		overflow-x: hidden;
  1084 		overflow-x: hidden;
  1083 		overflow-y: auto;
  1085 		overflow-y: auto;
  1084 		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1086 		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1085 
  1087