/* 특정 속성이 있는 요소 선택 */
input[disabled]+label{
  color: lightgray;
  text-decoration: line-through;
}