The :focus pseudo-class is applied to controls when they receive focus. A use could be to draw attention to the current field when a user tabs through controls on a form.
The CSS rule to style a control that has focus is:
.pc-focus {
border : 1px solid green;
}

Recent comments
13 weeks 3 days ago
15 weeks 2 days ago
22 weeks 2 days ago
46 weeks 3 hours ago
1 year 3 weeks ago
2 years 2 weeks ago
2 years 2 weeks ago
2 years 6 weeks ago
2 years 7 weeks ago
2 years 7 weeks ago