Added webkit functionality to contact form
This commit is contained in:
parent
66462dffc3
commit
1711bae489
@ -438,9 +438,17 @@ section {
|
|||||||
width: 40vw;
|
width: 40vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:-webkit-autofill,
|
||||||
|
input:-webkit-autofill:hover,
|
||||||
|
input:-webkit-autofill:focus,
|
||||||
|
input:-webkit-autofill:active {
|
||||||
|
transition: background-color 5000s ease-in-out 0s;
|
||||||
|
-webkit-text-fill-color: #fff !important;
|
||||||
|
caret-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.input-block {
|
.input-block {
|
||||||
background-color: #202329;
|
background-color: #202329;
|
||||||
/* border: solid 1px #644710; */
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
BIN
img/.DS_Store
vendored
Normal file
BIN
img/.DS_Store
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user