Stop watermark from covering up "motor test" checkbox
Checkbox was previously unclickable if watermark was covering it.10.3.x-maintenance
parent
ede3c367f2
commit
049c0eb822
2
main.css
2
main.css
|
@ -44,7 +44,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
bottom: 40px;
|
bottom: 40px;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 1;
|
z-index: -1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-image: url("images/light-wide-1.svg");
|
background-image: url("images/light-wide-1.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Reference in New Issue