From cdb993ad69969964c433cf414b549c52b298c67d Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 23 Jul 2013 17:13:12 +0300 Subject: [PATCH] Explicit ie8 fallback --- core/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/css/styles.css b/core/css/styles.css index 46972331df9..c328804f816 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -685,3 +685,7 @@ button.loading { ::-moz-focus-inner { 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'); +} \ No newline at end of file -- 2.39.5