Skip to content
Snippets Groups Projects
Commit 3a58565b authored by Stefan Neufeind's avatar Stefan Neufeind Committed by Anja Leichsenring
Browse files

[BUGFIX] Fix CSS-path to default .t3-icon image

There is no such icon in
typo3/sysext/backend/Resources/Public/gfx/

Usually the default-icon is overwritten in CSS
anyhow by specifying the icon to use, so the
bug does not show. But the path is still wrong.

Change-Id: Ie321cecfb888664a3ec782933e72cfa89e6f41ec
Resolves: #55799
Releases: 6.2
Reviewed-on: https://review.typo3.org/27494
Tested-by: Stefan Neufeind
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
parent 7e97004c
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@ span.t3-icon {
}
.t3-icon {
background-image:url('../../gfx/icon_fatalerror.gif');
background-image:url('../../../../../../gfx/icon_fatalerror.gif');
background-repeat:no-repeat;
width: 16px;
height: 16px;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment