Hey,
According to this : https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions
The use of -moz-outline-offset is obsolete, and you shall use outline-offset instead
So, just to state that the skin_styles.css of Enterprise (and maybe others) shouldn't have this as it is not recognized by FF :
Cheers.
According to this : https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions
The use of -moz-outline-offset is obsolete, and you shall use outline-offset instead
So, just to state that the skin_styles.css of Enterprise (and maybe others) shouldn't have this as it is not recognized by FF :
Code:
.textItemFocused,
.selectItemTextFocused {
color:black;
[B] -moz-outline-offset:-1;[/B]
border-top:1px solid #5678ac;
border-left:1px solid #bccde6;
border-right:1px solid #afc6e2;
border-bottom:1px solid #c0d7ec;
}