Commit d64c29ec63429b728171f39ae68ef750220465e3

Authored by bshuttle
1 parent e00441cc

fix for KTS-1170: delete icon.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5723 c91229c3-7414-0410-bfa2-8a42b809f60b
resources/css/kt-framing.css
@@ -764,7 +764,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes @@ -764,7 +764,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes
764 764
765 765
766 /* FIXME when available icon-naming-conformant sets have better coverage, make these more accurate. */ 766 /* FIXME when available icon-naming-conformant sets have better coverage, make these more accurate. */
767 -.ktActionLink.ktDelete, .ktAction.ktDelete { background-image: url(../../thirdparty/icon-theme/16x16/mimetypes/x-directory-trash.png); } 767 +.ktActionLink.ktDelete, .ktAction.ktDelete { background-image: url(../../resources/graphics/delete.png); }
768 .ktActionLink.ktEdit, .ktAction.ktEdit { background-image: url(../../thirdparty/icon-theme/16x16/actions/document-properties.png); } 768 .ktActionLink.ktEdit, .ktAction.ktEdit { background-image: url(../../thirdparty/icon-theme/16x16/actions/document-properties.png); }
769 .ktActionLink.ktAddUser, .ktAction.ktAddUser { background-image: url(../../thirdparty/icon-theme/16x16/actions/contact-new.png); } 769 .ktActionLink.ktAddUser, .ktAction.ktAddUser { background-image: url(../../thirdparty/icon-theme/16x16/actions/contact-new.png); }
770 .ktActionLink.ktAddGroup, .ktAction.ktAddGroup { background-image: url(../../thirdparty/icon-theme/16x16/actions/group-new.png); } 770 .ktActionLink.ktAddGroup, .ktAction.ktAddGroup { background-image: url(../../thirdparty/icon-theme/16x16/actions/group-new.png); }
resources/css/kt-ie-icons.css
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 .ktError p { background: transparent url(../../thirdparty/icon-theme/16x16/status/dialog-warning.gif) center left no-repeat; } 2 .ktError p { background: transparent url(../../thirdparty/icon-theme/16x16/status/dialog-warning.gif) center left no-repeat; }
3 .ktHelp { background: transparent url(../../thirdparty/icon-theme/16x16/apps/help-browser.gif) top left no-repeat; } 3 .ktHelp { background: transparent url(../../thirdparty/icon-theme/16x16/apps/help-browser.gif) top left no-repeat; }
4 4
5 -.ktActionLink.ktDelete, .ktAction.ktDelete { background-image: url(../../thirdparty/icon-theme/16x16/mimetypes/x-directory-trash.gif); } 5 +.ktActionLink.ktDelete, .ktAction.ktDelete { background-image: url(../../resources/graphics/delete.gif); }
6 .ktActionLink.ktEdit, .ktAction.ktEdit { background-image: url(../../thirdparty/icon-theme/16x16/actions/document-properties.gif); } 6 .ktActionLink.ktEdit, .ktAction.ktEdit { background-image: url(../../thirdparty/icon-theme/16x16/actions/document-properties.gif); }
7 .ktActionLink.ktAddUser, .ktAction.ktAddUser { background-image: url(../../thirdparty/icon-theme/16x16/actions/contact-new.gif); } 7 .ktActionLink.ktAddUser, .ktAction.ktAddUser { background-image: url(../../thirdparty/icon-theme/16x16/actions/contact-new.gif); }
8 .ktActionLink.ktAddGroup, .ktAction.ktAddGroup { background-image: url(../../thirdparty/icon-theme/16x16/actions/group-new.gif); } 8 .ktActionLink.ktAddGroup, .ktAction.ktAddGroup { background-image: url(../../thirdparty/icon-theme/16x16/actions/group-new.gif); }
resources/graphics/delete.gif 0 → 100644

1.01 KB

resources/graphics/delete.png 0 → 100644

757 Bytes