You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.pressure-box { |
|
border: 500px /* also change js! */ solid orange; |
|
position: fixed; |
|
margin: auto; |
|
z-index: 100; |
|
pointer-events: none; |
|
} |
|
|
|
.pressure-box-empty { |
|
visibility: hidden; |
|
} |
|
|
|
.pressure-box-fired { |
|
border-color: orangered; |
|
pointer-events: initial !important; |
|
}
|
|
|