Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Enterprise Skin_styles.css

    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 :

    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;
    }
    Cheers.
Working...
X