Make signature pad a bit nicer, prevent turning it blue
This commit is contained in:
parent
612b4b11c7
commit
42f5e4cf9d
@ -56,15 +56,17 @@ html, body {
|
|||||||
|
|
||||||
|
|
||||||
.signature-wrapper {
|
.signature-wrapper {
|
||||||
background-color: white;
|
background-color: transparent;
|
||||||
|
background-image: linear-gradient(125deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2) 70%);
|
||||||
|
box-shadow: inset 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px rgba(255, 255, 255, 0.1), 1px 3px 24px -1px rgba(0, 0, 0, 0.15);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border: 1px solid rgba(0,0,0,0.5);
|
|
||||||
/* fix bug on iOS where image sticks out right side and makes entire page scroll horiz. */
|
/* fix bug on iOS where image sticks out right side and makes entire page scroll horiz. */
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signature-wrapper img {
|
.signature-wrapper img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user