aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-09-22 18:17:33 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-09-22 18:17:33 +0200
commit91d9d45c6c55d5ee2f44567893cf96d034aaed1e (patch)
treef093f1c5bb09b9b6a02a94b6e789e2f6c4c6d7bc /core
parent3c5ac2112257731bb89a16e040563e1dddcef689 (diff)
downloadnextcloud-server-91d9d45c6c55d5ee2f44567893cf96d034aaed1e.tar.gz
nextcloud-server-91d9d45c6c55d5ee2f44567893cf96d034aaed1e.zip
correct delete-icon to icon-delete, fix #11128
Diffstat (limited to 'core')
-rw-r--r--core/css/fixes.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css
index 5aba741b64b..0f1584c623f 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -15,8 +15,8 @@ select {
font-family: Frutiger, Calibri, 'Myriad Pro', Myriad, Arial, sans-serif;
}
-.lte8 .delete-icon { background-image: url('../img/actions/delete.png'); }
-.lte8 .delete-icon:hover, .delete-icon:focus {
+.lte8 .icon-delete { background-image: url('../img/actions/delete.png'); }
+.lte8 .icon-delete:hover, .icon-delete:focus {
background-image: url('../img/actions/delete-hover.png');
}