summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
a3bcff5)
The "-moz-outline-style" property generates an error at the W3C CSS
validator, saying the property doesn't exist. According to
<https://developer.mozilla.org/en/CSS/-moz-outline-style>, this property
is obsolete and the use of "outline-style" is preferred.
(cherry picked from commit
e3b5eab2971109d18332fe44fd396322bb148cfc)
outline: none;
}
a.openid_large_btn:focus {
outline: none;
}
a.openid_large_btn:focus {
- -moz-outline-style: none;
}
.openid_selected {
border: 4px solid #DDD;
}
.openid_selected {
border: 4px solid #DDD;