Using the new CSS 3 shadow shadow, you can put a gradient frame around the input window. First wrap it in the gap with a new class that contains something like:
.coolio {
box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
}
Here is a working example: Gradient Shadow demographic chart
source
share