Stop watermark from covering up "motor test" checkbox

Checkbox was previously unclickable if watermark was covering it.
10.3.x-maintenance
Nicholas Sherlock 2015-02-27 13:29:35 +13:00
parent ede3c367f2
commit 049c0eb822
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ input[type="number"]::-webkit-inner-spin-button {
bottom: 40px;
left: 0;
right: 0;
z-index: 1;
z-index: -1;
overflow: hidden;
background-image: url("images/light-wide-1.svg");
background-repeat: no-repeat;