소스 검색

main_req.css - fixed invisible checkbox. added opacity so white af input boxes dont blind the user

tags/release-00
gashapwn 3 년 전
부모
커밋
68610d10b7
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +13
    -0
      static/main_req.css

+ 13
- 0
static/main_req.css 파일 보기

@@ -69,3 +69,16 @@ h3 {
color: #999;
}

input {
outline: 1px solid;
opacity: 0.65;
}

textarea {
opacity: 0.65;
}

select {
opacity: 0.65;
}


불러오는 중...
취소
저장