Explicit ie8 fallback

This commit is contained in:
Victor Dubiniuk 2013-07-23 17:13:12 +03:00
parent dba4111aa0
commit cdb993ad69
1 changed files with 4 additions and 0 deletions

View File

@ -685,3 +685,7 @@ button.loading {
::-moz-focus-inner { ::-moz-focus-inner {
border: 0; /* remove dotted outlines in Firefox */ border: 0; /* remove dotted outlines in Firefox */
} }
.lte8 .delete-icon { background-image: url('../img/actions/delete.png'); }
.lte8 .delete-icon:hover, .delete-icon:focus {
background-image: url('../img/actions/delete-hover.png');
}