main_req.css - fixed invisible checkbox. added opacity so white af input boxes dont blind the user
This commit is contained in:
parent
c364d489ae
commit
68610d10b7
@ -69,3 +69,16 @@ h3 {
|
|||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
outline: 1px solid;
|
||||||
|
opacity: 0.65;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
opacity: 0.65;
|
||||||
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
opacity: 0.65;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user