瀏覽代碼

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;
}


Loading…
取消
儲存