Home › Forums › Support › Widget Support › Other Widgets › password protect › Reply To: password protect
#14744
|
Do you mean this active state color?
Try this:
<style>
.formLogin input[type="password"]:focus{
box-shadow: 0 0 5px #000000;
border: 1px solid #000000;
}
</style>