How can i make cse box glow when someone clicked on it? i tried the below css code but it doesn't work.I am facing difficulty in adding the focus property
.gs_tti50:focus
{
padding:0px !important;
border-style: solid;
border-width:1px;
border-color: grey;
border-radius:20px
}
.gsc-i-id1
{
height:33px !important;
padding:0px !important;
text-indent:10px !important;
background:white;
border-radius:20px;
}