diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-23 17:13:12 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-23 17:13:12 +0300 |
commit | cdb993ad69969964c433cf414b549c52b298c67d (patch) | |
tree | 142fd54832e3ba510cde168b0b7d165614a3e94e /core | |
parent | dba4111aa0bfd387d705391bf9d75f7f43bf1135 (diff) | |
download | nextcloud-server-cdb993ad69969964c433cf414b549c52b298c67d.tar.gz nextcloud-server-cdb993ad69969964c433cf414b549c52b298c67d.zip |
Explicit ie8 fallback
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 |