1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Stop watermark from covering up "motor test" checkbox

Checkbox was previously unclickable if watermark was covering it.
This commit is contained in:
Nicholas Sherlock 2015-02-27 13:29:35 +13:00
parent ede3c367f2
commit 049c0eb822

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;