Commit d64c29ec63429b728171f39ae68ef750220465e3
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
Showing
4 changed files
with
2 additions
and
2 deletions
resources/css/kt-framing.css
| ... | ... | @@ -764,7 +764,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 764 | 764 | |
| 765 | 765 | |
| 766 | 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 | 768 | .ktActionLink.ktEdit, .ktAction.ktEdit { background-image: url(../../thirdparty/icon-theme/16x16/actions/document-properties.png); } |
| 769 | 769 | .ktActionLink.ktAddUser, .ktAction.ktAddUser { background-image: url(../../thirdparty/icon-theme/16x16/actions/contact-new.png); } |
| 770 | 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 | 2 | .ktError p { background: transparent url(../../thirdparty/icon-theme/16x16/status/dialog-warning.gif) center left no-repeat; } |
| 3 | 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 | 6 | .ktActionLink.ktEdit, .ktAction.ktEdit { background-image: url(../../thirdparty/icon-theme/16x16/actions/document-properties.gif); } |
| 7 | 7 | .ktActionLink.ktAddUser, .ktAction.ktAddUser { background-image: url(../../thirdparty/icon-theme/16x16/actions/contact-new.gif); } |
| 8 | 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