src/pyams_skin/resources/less/widgets.less
changeset 118 391ad752903e
parent 100 83cd0ab2d3f5
child 122 ccb749bdafa8
equal deleted inserted replaced
117:00bfb7b29d9e 118:391ad752903e
    20 	border-left: 1px solid rgba(0, 0, 0, .09);
    20 	border-left: 1px solid rgba(0, 0, 0, .09);
    21 	cursor: pointer;
    21 	cursor: pointer;
    22 	padding: 0 8px;
    22 	padding: 0 8px;
    23 	text-align: center;
    23 	text-align: center;
    24 
    24 
       
    25 	&:empty {
       
    26 		padding: 0;
       
    27 	}
    25 	&.no-border {
    28 	&.no-border {
    26 		border-left: 0;
    29 		border-left: 0;
    27 	}
    30 	}
    28 	>:first-child {
    31 	>:first-child {
    29 		text-align: left;
    32 		text-align: left;
  1206 		color: #999!important;
  1209 		color: #999!important;
  1207 	}
  1210 	}
  1208 	&-container {
  1211 	&-container {
  1209 		&.select2-container-disabled {
  1212 		&.select2-container-disabled {
  1210 			.select2-choice {
  1213 			.select2-choice {
  1211 				background-color: #f4f4f4;
       
  1212 				background-image: none;
  1214 				background-image: none;
  1213 				border: 1px solid #ddd;
  1215 				border: 1px solid transparent;
       
  1216 				border-bottom: 1px solid #ccc;
  1214 				cursor: default;
  1217 				cursor: default;
  1215 
  1218 
  1216 				.select2-arrow {
  1219 				.select2-arrow {
  1217 					background-color: #f4f4f4;
  1220 					display: none;
  1218 					background-image: none;
       
  1219 					border-left: 0;
       
  1220 				}
  1221 				}
  1221 				abbr {
  1222 				abbr {
  1222 					display: none;
  1223 					display: none;
  1223 				}
  1224 				}
  1224 			}
  1225 			}
  1337 				&:hover {
  1338 				&:hover {
  1338 					background: rgba(0, 0, 0, .3);
  1339 					background: rgba(0, 0, 0, .3);
  1339 				}
  1340 				}
  1340 			}
  1341 			}
  1341 			&.select2-container-disabled .select2-choices {
  1342 			&.select2-container-disabled .select2-choices {
  1342 				background-color: #f4f4f4;
  1343 				//background-color: #f4f4f4;
  1343 				background-image: none;
  1344 				background-image: none;
  1344 				border: 1px solid transparent;
  1345 				border: 1px solid transparent;
  1345 				border-bottom: 1px solid #ccc;
  1346 				border-bottom: 1px solid #ccc;
  1346 				cursor: default;
  1347 				cursor: default;
  1347 
  1348 
       
  1349 				&:hover {
       
  1350 					border-color: transparent!important;
       
  1351 					border-bottom: 1px solid #ccc!important;
       
  1352 				}
  1348 				.select2-search-choice {
  1353 				.select2-search-choice {
  1349 					padding: 1px 5px;
  1354 					padding: 1px 5px;
  1350 					border: 1px solid #4a90cc;
  1355 					border: 1px solid #4a90cc;
  1351 					background-image: none;
  1356 					background-image: none;
  1352 					background-color: #86b4dd;
  1357 					background-color: #86b4dd;